Method: Aws::ConfigService::Types::RetentionConfiguration#name
- Defined in:
- lib/aws-sdk-configservice/types.rb
#name ⇒ String
The name of the retention configuration object.
8176 8177 8178 8179 8180 8181 |
# File 'lib/aws-sdk-configservice/types.rb', line 8176 class RetentionConfiguration < Struct.new( :name, :retention_period_in_days) SENSITIVE = [] include Aws::Structure end |