Class: Aws::Support::Types::DescribeAttachmentRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-support/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.

Returns:

  • (String)


690
691
692
693
694
# File 'lib/aws-sdk-support/types.rb', line 690

class DescribeAttachmentRequest < Struct.new(
  :attachment_id)
  SENSITIVE = []
  include Aws::Structure
end