Class: Aws::SSM::Types::DescribeInstanceAssociationsStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeInstanceAssociationsStatusRequest
- 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 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.
5176 5177 5178 5179 5180 5181 5182 |
# File 'lib/aws-sdk-ssm/types.rb', line 5176 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.
5176 5177 5178 5179 5180 5181 5182 |
# File 'lib/aws-sdk-ssm/types.rb', line 5176 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.)
5176 5177 5178 5179 5180 5181 5182 |
# File 'lib/aws-sdk-ssm/types.rb', line 5176 class DescribeInstanceAssociationsStatusRequest < Struct.new( :instance_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |