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.
2042 2043 2044 2045 2046 |
# File 'lib/aws-sdk-configservice/types.rb', line 2042 class DeleteConfigurationAggregatorRequest < Struct.new( :configuration_aggregator_name) SENSITIVE = [] include Aws::Structure end |