Amazon.AWSSupport.AmazonAWSSupportClient.DescribeAttachment C# (CSharp) Метод

DescribeAttachment() публичный Метод

Returns the attachment that has the specified ID. Attachment IDs are generated by the case management system when you add an attachment to a case or case communication. Attachment IDs are returned in the AttachmentDetails objects that are returned by the DescribeCommunications operation.
/// An attachment with the specified ID could not be found. /// /// The limit for the number of DescribeAttachment requests in a short period of /// time has been exceeded. /// /// An internal server error occurred. ///
public DescribeAttachment ( DescribeAttachmentRequest request ) : DescribeAttachmentResponse
request DescribeAttachmentRequest Container for the necessary parameters to execute the DescribeAttachment service method.
Результат DescribeAttachmentResponse
        public DescribeAttachmentResponse DescribeAttachment(DescribeAttachmentRequest request)
        {
            var marshaller = new DescribeAttachmentRequestMarshaller();
            var unmarshaller = DescribeAttachmentResponseUnmarshaller.Instance;

            return Invoke<DescribeAttachmentRequest,DescribeAttachmentResponse>(request, marshaller, unmarshaller);
        }
AmazonAWSSupportClient