Class: Aws::Chime::Types::AppInstanceStreamingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AppInstanceStreamingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The details of the streaming configuration of an ‘AppInstance`.
Constant Summary collapse
- SENSITIVE =
[:resource_arn]
Instance Attribute Summary collapse
-
#app_instance_data_type ⇒ String
The type of data to be streamed.
-
#resource_arn ⇒ String
The resource ARN.
Instance Attribute Details
#app_instance_data_type ⇒ String
The type of data to be streamed.
305 306 307 308 309 310 |
# File 'lib/aws-sdk-chime/types.rb', line 305 class AppInstanceStreamingConfiguration < Struct.new( :app_instance_data_type, :resource_arn) SENSITIVE = [:resource_arn] include Aws::Structure end |
#resource_arn ⇒ String
The resource ARN.
305 306 307 308 309 310 |
# File 'lib/aws-sdk-chime/types.rb', line 305 class AppInstanceStreamingConfiguration < Struct.new( :app_instance_data_type, :resource_arn) SENSITIVE = [:resource_arn] include Aws::Structure end |