Class: Aws::Chime::Types::DeleteAppInstanceStreamingConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteAppInstanceStreamingConfigurationsRequest
- 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 streaming configurations being deleted.
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the streaming configurations being deleted.
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 |