Class: Aws::Chime::Types::GetAppInstanceRetentionSettingsResponse

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

#app_instance_retention_settingsTypes::AppInstanceRetentionSettings

The retention settings for the ‘AppInstance`.



3925
3926
3927
3928
3929
3930
# File 'lib/aws-sdk-chime/types.rb', line 3925

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

#initiate_deletion_timestampTime

The timestamp representing the time at which the specified items are retained, in Epoch Seconds.

Returns:

  • (Time)


3925
3926
3927
3928
3929
3930
# File 'lib/aws-sdk-chime/types.rb', line 3925

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