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.
2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-configservice/types.rb', line 2364 class DeleteConfigurationAggregatorRequest < Struct.new( :configuration_aggregator_name) SENSITIVE = [] include Aws::Structure end |