Class: Aws::Types::ChannelFlowSummary

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)


124
125
126
# File 'sig/types.rbs', line 124

def channel_flow_arn
  @channel_flow_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def name
  @name
end

#processors::Array[Types::Processor]

Returns the value of attribute processors.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def processors
  @processors
end