Class: Aws::ConfigService::Types::PutRetentionConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#retention_configurationTypes::RetentionConfiguration

Returns a retention configuration object.



7453
7454
7455
7456
7457
# File 'lib/aws-sdk-configservice/types.rb', line 7453

class PutRetentionConfigurationResponse < Struct.new(
  :retention_configuration)
  SENSITIVE = []
  include Aws::Structure
end