Class: Aws::SSM::Types::ListNodesSummaryResult

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

#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)


12342
12343
12344
12345
12346
12347
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12342

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

#summaryArray<Hash<String,String>>

A collection of objects reporting information about your managed nodes, such as the count of nodes by operating system.

Returns:

  • (Array<Hash<String,String>>)


12342
12343
12344
12345
12346
12347
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12342

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