Class: Aws::Support::Types::DescribeAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeAttachmentRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
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.
689 690 691 692 693 |
# File 'lib/aws-sdk-support/types.rb', line 689 class DescribeAttachmentRequest < Struct.new( :attachment_id) SENSITIVE = [] include Aws::Structure end |