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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the attachment.

Returns:

  • (String)


1080
1081
1082
1083
1084
# File 'lib/aws-sdk-ssm/types.rb', line 1080

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