Class: Aws::Types::FlowConnection
- Inherits:
-
Object
- Object
- Aws::Types::FlowConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::FlowConnectionConfiguration
Returns the value of attribute configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#type ⇒ "Data", "Conditional"
Returns the value of attribute type.
Instance Attribute Details
#configuration ⇒ Types::FlowConnectionConfiguration
Returns the value of attribute configuration.
984 985 986 |
# File 'sig/types.rbs', line 984 def configuration @configuration end |
#name ⇒ ::String
Returns the value of attribute name.
981 982 983 |
# File 'sig/types.rbs', line 981 def name @name end |
#source ⇒ ::String
Returns the value of attribute source.
982 983 984 |
# File 'sig/types.rbs', line 982 def source @source end |
#target ⇒ ::String
Returns the value of attribute target.
983 984 985 |
# File 'sig/types.rbs', line 983 def target @target end |
#type ⇒ "Data", "Conditional"
Returns the value of attribute type.
980 981 982 |
# File 'sig/types.rbs', line 980 def type @type end |