Class: Aws::Chime::Types::PutAppInstanceRetentionSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::PutAppInstanceRetentionSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_retention_settings ⇒ Types::AppInstanceRetentionSettings
The time in days to retain data.
-
#initiate_deletion_timestamp ⇒ Time
The time at which the API deletes data.
Instance Attribute Details
#app_instance_retention_settings ⇒ Types::AppInstanceRetentionSettings
The time in days to retain data. Data type: number.
6784 6785 6786 6787 6788 6789 |
# File 'lib/aws-sdk-chime/types.rb', line 6784 class PutAppInstanceRetentionSettingsResponse < Struct.new( :app_instance_retention_settings, :initiate_deletion_timestamp) SENSITIVE = [] include Aws::Structure end |
#initiate_deletion_timestamp ⇒ Time
The time at which the API deletes data.
6784 6785 6786 6787 6788 6789 |
# File 'lib/aws-sdk-chime/types.rb', line 6784 class PutAppInstanceRetentionSettingsResponse < Struct.new( :app_instance_retention_settings, :initiate_deletion_timestamp) SENSITIVE = [] include Aws::Structure end |