Class: Aws::SSM::Types::AttachmentInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AttachmentInformation
- 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
-
#name ⇒ String
The name of the attachment.
Instance Attribute Details
#name ⇒ String
The name of the attachment.
1104 1105 1106 1107 1108 |
# File 'lib/aws-sdk-ssm/types.rb', line 1104 class AttachmentInformation < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |