Class: Aws::SSM::Types::DescribeInstancePatchStatesRequest

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_idsArray<String>

The ID of the managed node for which patch state information should be retrieved.

Returns:

  • (Array<String>)


5301
5302
5303
5304
5305
5306
5307
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5301

class DescribeInstancePatchStatesRequest < Struct.new(
  :instance_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of managed nodes to return (per page).

Returns:

  • (Integer)


5301
5302
5303
5304
5305
5306
5307
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5301

class DescribeInstancePatchStatesRequest < Struct.new(
  :instance_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


5301
5302
5303
5304
5305
5306
5307
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5301

class DescribeInstancePatchStatesRequest < Struct.new(
  :instance_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end