Class: Aws::Chime::Types::AppInstanceStreamingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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

Instance Attribute Details

#app_instance_data_typeString

The type of data to be streamed.

Returns:

  • (String)


305
306
307
308
309
310
# File 'gems/aws-sdk-chime/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_arnString

The resource ARN.

Returns:

  • (String)


305
306
307
308
309
310
# File 'gems/aws-sdk-chime/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