Class: Aws::Chime::Types::GetAppInstanceStreamingConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetAppInstanceStreamingConfigurationsRequest
- 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`.
3938 3939 3940 3941 3942 |
# File 'lib/aws-sdk-chime/types.rb', line 3938 class GetAppInstanceStreamingConfigurationsRequest < Struct.new( :app_instance_arn) SENSITIVE = [] include Aws::Structure end |