Class: Aws::ChimeSDKMessaging::Types::ChannelFlow
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ChannelFlow
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
The details of a channel flow.
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#channel_flow_arn ⇒ String
The ARN of the channel flow.
-
#created_timestamp ⇒ Time
The time at which the channel flow was created.
-
#last_updated_timestamp ⇒ Time
The time at which a channel flow was updated.
-
#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.
371 372 373 374 375 376 377 378 379 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 371 class ChannelFlow < Struct.new( :channel_flow_arn, :processors, :name, :created_timestamp, :last_updated_timestamp) SENSITIVE = [:name] include Aws::Structure end |
#created_timestamp ⇒ Time
The time at which the channel flow was created.
371 372 373 374 375 376 377 378 379 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 371 class ChannelFlow < Struct.new( :channel_flow_arn, :processors, :name, :created_timestamp, :last_updated_timestamp) SENSITIVE = [:name] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The time at which a channel flow was updated.
371 372 373 374 375 376 377 378 379 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 371 class ChannelFlow < Struct.new( :channel_flow_arn, :processors, :name, :created_timestamp, :last_updated_timestamp) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the channel flow.
371 372 373 374 375 376 377 378 379 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 371 class ChannelFlow < Struct.new( :channel_flow_arn, :processors, :name, :created_timestamp, :last_updated_timestamp) SENSITIVE = [:name] include Aws::Structure end |
#processors ⇒ Array<Types::Processor>
Information about the processor Lambda functions.
371 372 373 374 375 376 377 378 379 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 371 class ChannelFlow < Struct.new( :channel_flow_arn, :processors, :name, :created_timestamp, :last_updated_timestamp) SENSITIVE = [:name] include Aws::Structure end |