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
Note:
When making an API call, you may pass DeleteConfigurationAggregatorRequest data as a hash:
{
configuration_aggregator_name: "ConfigurationAggregatorName", # required
}
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.
2026 2027 2028 2029 2030 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2026 class DeleteConfigurationAggregatorRequest < Struct.new( :configuration_aggregator_name) SENSITIVE = [] include Aws::Structure end |