Class: Aws::ConfigService::Types::DeleteRetentionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteRetentionConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#retention_configuration_name ⇒ String
The name of the retention configuration to delete.
Instance Attribute Details
#retention_configuration_name ⇒ String
The name of the retention configuration to delete.
2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-configservice/types.rb', line 2558 class DeleteRetentionConfigurationRequest < Struct.new( :retention_configuration_name) SENSITIVE = [] include Aws::Structure end |