Class: Aws::Chime::Types::PutRetentionSettingsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#initiate_deletion_timestampTime

The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.

Returns:

  • (Time)


6888
6889
6890
6891
6892
6893
# File 'lib/aws-sdk-chime/types.rb', line 6888

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

#retention_settingsTypes::RetentionSettings

The retention settings.



6888
6889
6890
6891
6892
6893
# File 'lib/aws-sdk-chime/types.rb', line 6888

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