Class: Aws::ConfigService::Types::SelectAggregateResourceConfigRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_aggregator_nameString

The name of the configuration aggregator.

Returns:

  • (String)


8249
8250
8251
8252
8253
8254
8255
8256
8257
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8249

class SelectAggregateResourceConfigRequest < Struct.new(
  :expression,
  :configuration_aggregator_name,
  :limit,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#expressionString

The SQL query SELECT command.

Returns:

  • (String)


8249
8250
8251
8252
8253
8254
8255
8256
8257
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8249

class SelectAggregateResourceConfigRequest < Struct.new(
  :expression,
  :configuration_aggregator_name,
  :limit,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of query results returned on each page.

Returns:

  • (Integer)


8249
8250
8251
8252
8253
8254
8255
8256
8257
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8249

class SelectAggregateResourceConfigRequest < Struct.new(
  :expression,
  :configuration_aggregator_name,
  :limit,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of query results returned on each page. Config also allows the Limit request parameter.

Returns:

  • (Integer)


8249
8250
8251
8252
8253
8254
8255
8256
8257
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8249

class SelectAggregateResourceConfigRequest < Struct.new(
  :expression,
  :configuration_aggregator_name,
  :limit,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

Returns:

  • (String)


8249
8250
8251
8252
8253
8254
8255
8256
8257
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8249

class SelectAggregateResourceConfigRequest < Struct.new(
  :expression,
  :configuration_aggregator_name,
  :limit,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end