Class: Aws::ChimeSDKMessaging::Types::DeleteMessagingStreamingConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DeleteMessagingStreamingConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/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.
1407 1408 1409 1410 1411 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1407 class DeleteMessagingStreamingConfigurationsRequest < Struct.new( :app_instance_arn) SENSITIVE = [] include Aws::Structure end |