Class: Aws::SSM::Types::DescribeInstanceAssociationsStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeInstanceAssociationsStatusRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The managed node IDs for which you want association status information.
-
#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 IDs for which you want association status information.
5279 5280 5281 5282 5283 5284 5285 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5279 class DescribeInstanceAssociationsStatusRequest < 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.
5279 5280 5281 5282 5283 5284 5285 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5279 class DescribeInstanceAssociationsStatusRequest < 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.)
5279 5280 5281 5282 5283 5284 5285 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5279 class DescribeInstanceAssociationsStatusRequest < Struct.new( :instance_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |