Class: Aws::Types::ChannelFlow

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#channel_flow_arn::String

Returns the value of attribute channel_flow_arn.

Returns:



101
102
103
# File 'sig/types.rbs', line 101

def channel_flow_arn
  @channel_flow_arn
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



104
105
106
# File 'sig/types.rbs', line 104

def created_timestamp
  @created_timestamp
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:



105
106
107
# File 'sig/types.rbs', line 105

def last_updated_timestamp
  @last_updated_timestamp
end

#name::String

Returns the value of attribute name.

Returns:



103
104
105
# File 'sig/types.rbs', line 103

def name
  @name
end

#processors::Array[Types::Processor]

Returns the value of attribute processors.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def processors
  @processors
end