Class: Aws::ChimeSDKMessaging::Types::DeleteChannelFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DeleteChannelFlowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_flow_arn ⇒ String
The ARN of the channel flow.
Instance Attribute Details
#channel_flow_arn ⇒ String
The ARN of the channel flow.
1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1288 class DeleteChannelFlowRequest < Struct.new( :channel_flow_arn) SENSITIVE = [] include Aws::Structure end |