Class: Aws::ChimeSDKIdentity::Types::PutAppInstanceRetentionSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::PutAppInstanceRetentionSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
-
#app_instance_retention_settings ⇒ Types::AppInstanceRetentionSettings
The time in days to retain data.
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
1327 1328 1329 1330 1331 1332 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1327 class PutAppInstanceRetentionSettingsRequest < Struct.new( :app_instance_arn, :app_instance_retention_settings) SENSITIVE = [] include Aws::Structure end |
#app_instance_retention_settings ⇒ Types::AppInstanceRetentionSettings
The time in days to retain data. Data type: number.
1327 1328 1329 1330 1331 1332 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1327 class PutAppInstanceRetentionSettingsRequest < Struct.new( :app_instance_arn, :app_instance_retention_settings) SENSITIVE = [] include Aws::Structure end |