Class: Aws::Chime::Types::GetAppInstanceRetentionSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetAppInstanceRetentionSettingsResponse
- 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 retention settings for the ‘AppInstance`.
-
#initiate_deletion_timestamp ⇒ Time
The timestamp representing the time at which the specified items are retained, in Epoch Seconds.
Instance Attribute Details
#app_instance_retention_settings ⇒ Types::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_timestamp ⇒ Time
The timestamp representing the time at which the specified items are retained, in Epoch Seconds.
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 |