Class: Aws::ChimeSDKMessaging::Types::DeleteChannelFlowRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_flow_arnString

The ARN of the channel flow.

Returns:

  • (String)


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