Class: Aws::ConfigService::Types::DeleteRetentionConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteRetentionConfigurationRequest
- Defined in:
- gems/aws-sdk-configservice/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.
2108 2109 2110 2111 2112 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2108 class DeleteRetentionConfigurationRequest < Struct.new( :retention_configuration_name) SENSITIVE = [] include Aws::Structure end |