Class: Aws::SSM::Types::DescribeAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeAssociationRequest
- Defined in:
- gems/aws-sdk-ssm/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.
4828 4829 4830 4831 4832 4833 4834 4835 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4828 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.
4828 4829 4830 4831 4832 4833 4834 4835 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4828 class DescribeAssociationRequest < Struct.new( :name, :instance_id, :association_id, :association_version) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The managed node ID.
4828 4829 4830 4831 4832 4833 4834 4835 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4828 class DescribeAssociationRequest < Struct.new( :name, :instance_id, :association_id, :association_version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the SSM document.
4828 4829 4830 4831 4832 4833 4834 4835 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4828 class DescribeAssociationRequest < Struct.new( :name, :instance_id, :association_id, :association_version) SENSITIVE = [] include Aws::Structure end |