Class: Aws::ConfigService::Types::GetAggregateResourceConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetAggregateResourceConfigRequest
- 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_identifier ⇒ Types::AggregateResourceIdentifier
An object that identifies aggregate resource.
Instance Attribute Details
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
4531 4532 4533 4534 4535 4536 |
# File 'lib/aws-sdk-configservice/types.rb', line 4531 class GetAggregateResourceConfigRequest < Struct.new( :configuration_aggregator_name, :resource_identifier) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ Types::AggregateResourceIdentifier
An object that identifies aggregate resource.
4531 4532 4533 4534 4535 4536 |
# File 'lib/aws-sdk-configservice/types.rb', line 4531 class GetAggregateResourceConfigRequest < Struct.new( :configuration_aggregator_name, :resource_identifier) SENSITIVE = [] include Aws::Structure end |