Class: Aws::SSM::Types::AttachmentInformation

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

Overview

An attribute of an attachment, such as the attachment name.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the attachment.

Returns:

  • (String)


806
807
808
809
# File 'lib/aws-sdk-ssm/types.rb', line 806

class AttachmentInformation < Struct.new(
  :name)
  include Aws::Structure
end