Class: Aws::Types::FlowDataConnectionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FlowDataConnectionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_output ⇒ ::String
Returns the value of attribute source_output.
-
#target_input ⇒ ::String
Returns the value of attribute target_input.
Instance Attribute Details
#source_output ⇒ ::String
Returns the value of attribute source_output.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def source_output @source_output end |
#target_input ⇒ ::String
Returns the value of attribute target_input.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def target_input @target_input end |