Class: Aws::ChimeSDKMessaging::Types::AssociateChannelFlowRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ChimeSDKMessaging::Types::AssociateChannelFlowRequest
 
- Defined in:
- gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #channel_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the channel. 
- 
  
    
      #channel_flow_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the channel flow. 
- 
  
    
      #chime_bearer  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The AppInstanceUserArnof the user making the API call.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
| 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_arn ⇒ String
The ARN of the channel flow.
| 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_bearer ⇒ String
The AppInstanceUserArn of the user making the API call.
| 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 |