Class: Aws::SSM::Types::DescribeAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeAssociationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The association ID for which you want information.
-
#association_version ⇒ String
Specify the association version to retrieve.
-
#instance_id ⇒ String
The managed node ID.
-
#name ⇒ String
The name of the SSM document.
Instance Attribute Details
#association_id ⇒ String
The association ID for which you want information.
4725 4726 4727 4728 4729 4730 4731 4732 |
# File 'lib/aws-sdk-ssm/types.rb', line 4725 class DescribeAssociationRequest < Struct.new( :name, :instance_id, :association_id, :association_version) SENSITIVE = [] include Aws::Structure end |
#association_version ⇒ String
Specify the association version to retrieve. To view the latest version, either specify ‘$LATEST` for this parameter, or omit this parameter. To view a list of all associations for a managed node, use ListAssociations. To get a list of versions for a specific association, use ListAssociationVersions.
4725 4726 4727 4728 4729 4730 4731 4732 |
# File 'lib/aws-sdk-ssm/types.rb', line 4725 class DescribeAssociationRequest < Struct.new( :name, :instance_id, :association_id, :association_version) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The managed node ID.
4725 4726 4727 4728 4729 4730 4731 4732 |
# File 'lib/aws-sdk-ssm/types.rb', line 4725 class DescribeAssociationRequest < Struct.new( :name, :instance_id, :association_id, :association_version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the SSM document.
4725 4726 4727 4728 4729 4730 4731 4732 |
# File 'lib/aws-sdk-ssm/types.rb', line 4725 class DescribeAssociationRequest < Struct.new( :name, :instance_id, :association_id, :association_version) SENSITIVE = [] include Aws::Structure end |