Class: Aws::SSM::Types::InstanceAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InstanceAssociation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
One or more association documents on the managed node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The association ID.
-
#association_version ⇒ String
Version information for the association on the managed node.
-
#content ⇒ String
The content of the association document for the managed nodes.
-
#instance_id ⇒ String
The managed node ID.
Instance Attribute Details
#association_id ⇒ String
The association ID.
9320 9321 9322 9323 9324 9325 9326 9327 |
# File 'lib/aws-sdk-ssm/types.rb', line 9320 class InstanceAssociation < Struct.new( :association_id, :instance_id, :content, :association_version) SENSITIVE = [] include Aws::Structure end |
#association_version ⇒ String
Version information for the association on the managed node.
9320 9321 9322 9323 9324 9325 9326 9327 |
# File 'lib/aws-sdk-ssm/types.rb', line 9320 class InstanceAssociation < Struct.new( :association_id, :instance_id, :content, :association_version) SENSITIVE = [] include Aws::Structure end |
#content ⇒ String
The content of the association document for the managed nodes.
9320 9321 9322 9323 9324 9325 9326 9327 |
# File 'lib/aws-sdk-ssm/types.rb', line 9320 class InstanceAssociation < Struct.new( :association_id, :instance_id, :content, :association_version) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The managed node ID.
9320 9321 9322 9323 9324 9325 9326 9327 |
# File 'lib/aws-sdk-ssm/types.rb', line 9320 class InstanceAssociation < Struct.new( :association_id, :instance_id, :content, :association_version) SENSITIVE = [] include Aws::Structure end |