Class: Aws::SSM::Types::DescribeInstancePatchStatesForPatchGroupResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_patch_statesArray<Types::InstancePatchState>

The high-level patch state for the requested managed nodes.

Returns:



5278
5279
5280
5281
5282
5283
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5278

class DescribeInstancePatchStatesForPatchGroupResult < Struct.new(
  :instance_patch_states,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


5278
5279
5280
5281
5282
5283
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5278

class DescribeInstancePatchStatesForPatchGroupResult < Struct.new(
  :instance_patch_states,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end