Class: Aws::ChimeSDKMessaging::Types::AssociateChannelFlowRequest

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_arnString

The ARN of the channel.

Returns:

  • (String)


52
53
54
55
56
57
58
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 52

class AssociateChannelFlowRequest < Struct.new(
  :channel_arn,
  :channel_flow_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end

#channel_flow_arnString

The ARN of the channel flow.

Returns:

  • (String)


52
53
54
55
56
57
58
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 52

class AssociateChannelFlowRequest < Struct.new(
  :channel_arn,
  :channel_flow_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end

#chime_bearerString

The AppInstanceUserArn of the user making the API call.

Returns:

  • (String)


52
53
54
55
56
57
58
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 52

class AssociateChannelFlowRequest < Struct.new(
  :channel_arn,
  :channel_flow_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end