Class: Aws::ConfigService::Types::BatchGetAggregateResourceConfigRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


572
573
574
575
576
577
# File 'lib/aws-sdk-configservice/types.rb', line 572

class BatchGetAggregateResourceConfigRequest < Struct.new(
  :configuration_aggregator_name,
  :resource_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifiersArray<Types::AggregateResourceIdentifier>

A list of aggregate ResourceIdentifiers objects.



572
573
574
575
576
577
# File 'lib/aws-sdk-configservice/types.rb', line 572

class BatchGetAggregateResourceConfigRequest < Struct.new(
  :configuration_aggregator_name,
  :resource_identifiers)
  SENSITIVE = []
  include Aws::Structure
end