Class: Aws::ChimeSDKMessaging::Types::UpdateChannelFlowResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/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)


3255
3256
3257
3258
3259
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3255

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