Method: Aws::Chime::Types::GetRetentionSettingsResponse#retention_settings

Defined in:
lib/aws-sdk-chime/types.rb

#retention_settingsTypes::RetentionSettings

The retention settings.



4277
4278
4279
4280
4281
4282
# File 'lib/aws-sdk-chime/types.rb', line 4277

class GetRetentionSettingsResponse < Struct.new(
  :retention_settings,
  :initiate_deletion_timestamp)
  SENSITIVE = []
  include Aws::Structure
end