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
Note:
When making an API call, you may pass DeleteRetentionConfigurationRequest data as a hash:
{
retention_configuration_name: "RetentionConfigurationName", # required
}
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.
2301 2302 2303 2304 2305 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2301 class DeleteRetentionConfigurationRequest < Struct.new( :retention_configuration_name) SENSITIVE = [] include Aws::Structure end |