Class: Aws::ConfigService::Types::BatchGetAggregateResourceConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::BatchGetAggregateResourceConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
-
#resource_identifiers ⇒ Array<Types::AggregateResourceIdentifier>
A list of aggregate ResourceIdentifiers objects.
Instance Attribute Details
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
679 680 681 682 683 684 |
# File 'lib/aws-sdk-configservice/types.rb', line 679 class BatchGetAggregateResourceConfigRequest < Struct.new( :configuration_aggregator_name, :resource_identifiers) SENSITIVE = [] include Aws::Structure end |
#resource_identifiers ⇒ Array<Types::AggregateResourceIdentifier>
A list of aggregate ResourceIdentifiers objects.
679 680 681 682 683 684 |
# File 'lib/aws-sdk-configservice/types.rb', line 679 class BatchGetAggregateResourceConfigRequest < Struct.new( :configuration_aggregator_name, :resource_identifiers) SENSITIVE = [] include Aws::Structure end |