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

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)


572
573
574
575
576
577
# File 'gems/aws-sdk-configservice/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 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 572

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