Class: Aws::SSM::Types::ListNodesSummaryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregatorsArray<Types::NodeAggregator>

Specify one or more aggregators to return a count of managed nodes that match that expression. For example, a count of managed nodes by operating system.

Returns:



12139
12140
12141
12142
12143
12144
12145
12146
12147
# File 'lib/aws-sdk-ssm/types.rb', line 12139

class ListNodesSummaryRequest < Struct.new(
  :sync_name,
  :filters,
  :aggregators,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::NodeFilter>

One or more filters. Use a filter to generate a summary that matches your specified filter criteria.

Returns:



12139
12140
12141
12142
12143
12144
12145
12146
12147
# File 'lib/aws-sdk-ssm/types.rb', line 12139

class ListNodesSummaryRequest < Struct.new(
  :sync_name,
  :filters,
  :aggregators,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Returns:

  • (Integer)


12139
12140
12141
12142
12143
12144
12145
12146
12147
# File 'lib/aws-sdk-ssm/types.rb', line 12139

class ListNodesSummaryRequest < Struct.new(
  :sync_name,
  :filters,
  :aggregators,
  :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.) The call also returns a token that you can specify in a subsequent call to get the next set of results.

Returns:

  • (String)


12139
12140
12141
12142
12143
12144
12145
12146
12147
# File 'lib/aws-sdk-ssm/types.rb', line 12139

class ListNodesSummaryRequest < Struct.new(
  :sync_name,
  :filters,
  :aggregators,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sync_nameString

The name of the resource data sync to retrieve information about. Required for cross-account/cross-Region configuration. Optional for single account/single-Region configurations.

Returns:

  • (String)


12139
12140
12141
12142
12143
12144
12145
12146
12147
# File 'lib/aws-sdk-ssm/types.rb', line 12139

class ListNodesSummaryRequest < Struct.new(
  :sync_name,
  :filters,
  :aggregators,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end