Class: Aws::ChimeSDKIdentity::Types::GetAppInstanceRetentionSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::GetAppInstanceRetentionSettingsResponse
- Defined in:
- gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/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
.
952 953 954 955 956 957 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 952 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.
952 953 954 955 956 957 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 952 class GetAppInstanceRetentionSettingsResponse < Struct.new( :app_instance_retention_settings, :initiate_deletion_timestamp) SENSITIVE = [] include Aws::Structure end |