Class: Aws::Chime::Types::GetAppInstanceRetentionSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetAppInstanceRetentionSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
3908 3909 3910 3911 3912 |
# File 'lib/aws-sdk-chime/types.rb', line 3908 class GetAppInstanceRetentionSettingsRequest < Struct.new( :app_instance_arn) SENSITIVE = [] include Aws::Structure end |