Class: Aws::Types::UpdateChannelFlowRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_flow_arn::String

Returns the value of attribute channel_flow_arn.

Returns:

  • (::String)


917
918
919
# File 'sig/types.rbs', line 917

def channel_flow_arn
  @channel_flow_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def name
  @name
end

#processors::Array[Types::Processor]

Returns the value of attribute processors.

Returns:



918
919
920
# File 'sig/types.rbs', line 918

def processors
  @processors
end