Class: Aws::Chime::Types::GetAppInstanceStreamingConfigurationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arnString

The ARN of the AppInstance.

Returns:

  • (String)


3938
3939
3940
3941
3942
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3938

class GetAppInstanceStreamingConfigurationsRequest < Struct.new(
  :app_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end