Class: Aws::Chime::Types::DeleteAppInstanceStreamingConfigurationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 streaming configurations being deleted.

Returns:

  • (String)


2740
2741
2742
2743
2744
# File 'lib/aws-sdk-chime/types.rb', line 2740

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