Class: Aws::Types::FlowConnectionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FlowConnectionConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Conditional, Data, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conditional ⇒ Types::FlowConditionalConnectionConfiguration
Returns the value of attribute conditional.
-
#data ⇒ Types::FlowDataConnectionConfiguration
Returns the value of attribute data.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#conditional ⇒ Types::FlowConditionalConnectionConfiguration
Returns the value of attribute conditional.
990 991 992 |
# File 'sig/types.rbs', line 990 def conditional @conditional end |
#data ⇒ Types::FlowDataConnectionConfiguration
Returns the value of attribute data.
989 990 991 |
# File 'sig/types.rbs', line 989 def data @data end |
#unknown ⇒ Object
Returns the value of attribute unknown.
991 992 993 |
# File 'sig/types.rbs', line 991 def unknown @unknown end |