Class: Aws::ChimeSDKMessaging::Types::ChannelFlowSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ChannelFlowSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Summary of details of a channel flow.
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.
446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 446 class ChannelFlowSummary < Struct.new( :channel_flow_arn, :name, :processors) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the channel flow.
446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 446 class ChannelFlowSummary < Struct.new( :channel_flow_arn, :name, :processors) SENSITIVE = [:name] include Aws::Structure end |
#processors ⇒ Array<Types::Processor>
Information about the processor Lambda functions.
446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 446 class ChannelFlowSummary < Struct.new( :channel_flow_arn, :name, :processors) SENSITIVE = [:name] include Aws::Structure end |