Class: Aws::SSM::Types::DescribeInstancePatchStatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeInstancePatchStatesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_ids ⇒ Array<String>
The ID of the managed node for which patch state information should be retrieved.
-
#max_results ⇒ Integer
The maximum number of managed nodes to return (per page).
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#instance_ids ⇒ Array<String>
The ID of the managed node for which patch state information should be retrieved.
5332 5333 5334 5335 5336 5337 5338 |
# File 'lib/aws-sdk-ssm/types.rb', line 5332 class DescribeInstancePatchStatesRequest < Struct.new( :instance_ids, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of managed nodes to return (per page).
5332 5333 5334 5335 5336 5337 5338 |
# File 'lib/aws-sdk-ssm/types.rb', line 5332 class DescribeInstancePatchStatesRequest < Struct.new( :instance_ids, :next_token, :max_results) 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.)
5332 5333 5334 5335 5336 5337 5338 |
# File 'lib/aws-sdk-ssm/types.rb', line 5332 class DescribeInstancePatchStatesRequest < Struct.new( :instance_ids, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |