Class: Aws::ConfigService::Types::DeleteConfigurationAggregatorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteConfigurationAggregatorRequest
- 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.
Instance Attribute Details
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
2323 2324 2325 2326 2327 |
# File 'lib/aws-sdk-configservice/types.rb', line 2323 class DeleteConfigurationAggregatorRequest < Struct.new( :configuration_aggregator_name) SENSITIVE = [] include Aws::Structure end |