Class: Aws::SSM::Types::DescribeInstancePatchStatesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeInstancePatchStatesResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_patch_states ⇒ Array<Types::InstancePatchState>
The high-level patch state for the requested managed nodes.
-
#next_token ⇒ String
The token to use when requesting the next set of items.
Instance Attribute Details
#instance_patch_states ⇒ Array<Types::InstancePatchState>
The high-level patch state for the requested managed nodes.
5351 5352 5353 5354 5355 5356 |
# File 'lib/aws-sdk-ssm/types.rb', line 5351 class DescribeInstancePatchStatesResult < Struct.new( :instance_patch_states, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
5351 5352 5353 5354 5355 5356 |
# File 'lib/aws-sdk-ssm/types.rb', line 5351 class DescribeInstancePatchStatesResult < Struct.new( :instance_patch_states, :next_token) SENSITIVE = [] include Aws::Structure end |