Class: Aws::ChimeSDKMessaging::Types::CreateChannelFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::CreateChannelFlowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :client_request_token]
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ String
The ARN of the channel flow request.
-
#client_request_token ⇒ String
The client token for the request.
-
#name ⇒ String
The name of the channel flow.
-
#processors ⇒ Array<Types::Processor>
Information about the processor Lambda functions.
-
#tags ⇒ Array<Types::Tag>
The tags for the creation request.
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the channel flow request.
1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1036 class CreateChannelFlowRequest < Struct.new( :app_instance_arn, :processors, :name, :tags, :client_request_token) SENSITIVE = [:name, :client_request_token] include Aws::Structure end |
#client_request_token ⇒ String
The client token for the request. An Idempotency token.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1036 class CreateChannelFlowRequest < Struct.new( :app_instance_arn, :processors, :name, :tags, :client_request_token) SENSITIVE = [:name, :client_request_token] include Aws::Structure end |
#name ⇒ String
The name of the channel flow.
1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1036 class CreateChannelFlowRequest < Struct.new( :app_instance_arn, :processors, :name, :tags, :client_request_token) SENSITIVE = [:name, :client_request_token] include Aws::Structure end |
#processors ⇒ Array<Types::Processor>
Information about the processor Lambda functions.
1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1036 class CreateChannelFlowRequest < Struct.new( :app_instance_arn, :processors, :name, :tags, :client_request_token) SENSITIVE = [:name, :client_request_token] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the creation request.
1036 1037 1038 1039 1040 1041 1042 1043 1044 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1036 class CreateChannelFlowRequest < Struct.new( :app_instance_arn, :processors, :name, :tags, :client_request_token) SENSITIVE = [:name, :client_request_token] include Aws::Structure end |