Class: Aws::ChimeSDKMessaging::Types::UpdateChannelFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::UpdateChannelFlowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#channel_flow_arn ⇒ String
The ARN of the channel flow.
-
#name ⇒ String
The name of the channel flow.
-
#processors ⇒ Array<Types::Processor>
Information about the processor Lambda functions.
Instance Attribute Details
#channel_flow_arn ⇒ String
The ARN of the channel flow.
3241 3242 3243 3244 3245 3246 3247 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3241 class UpdateChannelFlowRequest < Struct.new( :channel_flow_arn, :processors, :name) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the channel flow.
3241 3242 3243 3244 3245 3246 3247 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3241 class UpdateChannelFlowRequest < Struct.new( :channel_flow_arn, :processors, :name) SENSITIVE = [:name] include Aws::Structure end |
#processors ⇒ Array<Types::Processor>
Information about the processor Lambda functions
3241 3242 3243 3244 3245 3246 3247 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3241 class UpdateChannelFlowRequest < Struct.new( :channel_flow_arn, :processors, :name) SENSITIVE = [:name] include Aws::Structure end |