Class: Aws::ChimeSDKMessaging::Types::ChannelFlow

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

Overview

The details of a channel flow.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_flow_arnString

The ARN of the channel flow.

Returns:

  • (String)


371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-chimesdkmessaging/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_timestampTime

The time at which the channel flow was created.

Returns:

  • (Time)


371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-chimesdkmessaging/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_timestampTime

The time at which a channel flow was updated.

Returns:

  • (Time)


371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-chimesdkmessaging/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

#nameString

The name of the channel flow.

Returns:

  • (String)


371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-chimesdkmessaging/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

#processorsArray<Types::Processor>

Information about the processor Lambda functions.

Returns:



371
372
373
374
375
376
377
378
379
# File 'gems/aws-sdk-chimesdkmessaging/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