Class: Aws::SSM::Types::DescribeEffectiveInstanceAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeEffectiveInstanceAssociationsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The managed node ID for which you want to view all associations.
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#instance_id ⇒ String
The managed node ID for which you want to view all associations.
5091 5092 5093 5094 5095 5096 5097 |
# File 'lib/aws-sdk-ssm/types.rb', line 5091 class DescribeEffectiveInstanceAssociationsRequest < Struct.new( :instance_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
5091 5092 5093 5094 5095 5096 5097 |
# File 'lib/aws-sdk-ssm/types.rb', line 5091 class DescribeEffectiveInstanceAssociationsRequest < Struct.new( :instance_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
5091 5092 5093 5094 5095 5096 5097 |
# File 'lib/aws-sdk-ssm/types.rb', line 5091 class DescribeEffectiveInstanceAssociationsRequest < Struct.new( :instance_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |