Class: Aws::SSM::Types::GetOpsSummaryRequest

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::OpsAggregator>

Optional aggregators that return counts of OpsData based on one or more expressions.

Returns:



8576
8577
8578
8579
8580
8581
8582
8583
8584
8585
# File 'lib/aws-sdk-ssm/types.rb', line 8576

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

#filtersArray<Types::OpsFilter>

Optional filters used to scope down the returned OpsData.

Returns:



8576
8577
8578
8579
8580
8581
8582
8583
8584
8585
# File 'lib/aws-sdk-ssm/types.rb', line 8576

class GetOpsSummaryRequest < Struct.new(
  :sync_name,
  :filters,
  :aggregators,
  :result_attributes,
  :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)


8576
8577
8578
8579
8580
8581
8582
8583
8584
8585
# File 'lib/aws-sdk-ssm/types.rb', line 8576

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

#next_tokenString

A token to start the list. Use this token to get the next set of results.

Returns:

  • (String)


8576
8577
8578
8579
8580
8581
8582
8583
8584
8585
# File 'lib/aws-sdk-ssm/types.rb', line 8576

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

#result_attributesArray<Types::OpsResultAttribute>

The OpsData data type to return.

Returns:



8576
8577
8578
8579
8580
8581
8582
8583
8584
8585
# File 'lib/aws-sdk-ssm/types.rb', line 8576

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

#sync_nameString

Specify the name of a resource data sync to get.

Returns:

  • (String)


8576
8577
8578
8579
8580
8581
8582
8583
8584
8585
# File 'lib/aws-sdk-ssm/types.rb', line 8576

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