Class: Aws::ChimeSDKMessaging::Types::CreateChannelFlowRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name, :client_request_token]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arnString

The ARN of the channel flow request.

Returns:

  • (String)


1036
1037
1038
1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-chimesdkmessaging/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_tokenString

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.

Returns:

  • (String)


1036
1037
1038
1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-chimesdkmessaging/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

#nameString

The name of the channel flow.

Returns:

  • (String)


1036
1037
1038
1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-chimesdkmessaging/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

#processorsArray<Types::Processor>

Information about the processor Lambda functions.

Returns:



1036
1037
1038
1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-chimesdkmessaging/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

#tagsArray<Types::Tag>

The tags for the creation request.

Returns:



1036
1037
1038
1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-chimesdkmessaging/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