Class: Aws::Types::DataflowDetail
- Inherits:
-
Object
- Object
- Aws::Types::DataflowDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::Destination
Returns the value of attribute destination.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#source ⇒ Types::Source
Returns the value of attribute source.
Instance Attribute Details
#destination ⇒ Types::Destination
Returns the value of attribute destination.
316 317 318 |
# File 'sig/types.rbs', line 316 def destination @destination end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
317 318 319 |
# File 'sig/types.rbs', line 317 def @error_message end |
#source ⇒ Types::Source
Returns the value of attribute source.
315 316 317 |
# File 'sig/types.rbs', line 315 def source @source end |