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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the attachment.

Returns:

  • (String)


1104
1105
1106
1107
1108
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 1104

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