Class: Aws::Support::Types::DescribeAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeAttachmentRequest
- Defined in:
- gems/aws-sdk-support/lib/aws-sdk-support/types.rb
Overview
Note:
When making an API call, you may pass DescribeAttachmentRequest data as a hash:
{
attachment_id: "AttachmentId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
The ID of the attachment to return.
Instance Attribute Details
#attachment_id ⇒ String
The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.
665 666 667 668 669 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 665 class DescribeAttachmentRequest < Struct.new( :attachment_id) SENSITIVE = [] include Aws::Structure end |