Class: Aws::Types::ChannelFlow
- Inherits:
-
Object
- Object
- Aws::Types::ChannelFlow
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_flow_arn ⇒ ::String
Returns the value of attribute channel_flow_arn.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#processors ⇒ ::Array[Types::Processor]
Returns the value of attribute processors.
Instance Attribute Details
#channel_flow_arn ⇒ ::String
Returns the value of attribute channel_flow_arn.
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.
104 105 106 |
# File 'sig/types.rbs', line 104 def @created_timestamp end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
105 106 107 |
# File 'sig/types.rbs', line 105 def @last_updated_timestamp end |
#name ⇒ ::String
Returns the value of attribute name.
103 104 105 |
# File 'sig/types.rbs', line 103 def name @name end |
#processors ⇒ ::Array[Types::Processor]
Returns the value of attribute processors.
102 103 104 |
# File 'sig/types.rbs', line 102 def processors @processors end |