Class: Aws::ConfigService::Types::DeleteConfigurationAggregatorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteConfigurationAggregatorRequest
- Defined in:
- gems/aws-sdk-configservice/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.
1919 1920 1921 1922 1923 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1919 class DeleteConfigurationAggregatorRequest < Struct.new( :configuration_aggregator_name) SENSITIVE = [] include Aws::Structure end |