Class: Aws::Types::InvalidLoopBoundaryFlowValidationDetails
- Inherits:
-
Object
- Object
- Aws::Types::InvalidLoopBoundaryFlowValidationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection ⇒ ::String
Returns the value of attribute connection.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#connection ⇒ ::String
Returns the value of attribute connection.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def connection @connection end |
#source ⇒ ::String
Returns the value of attribute source.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def source @source end |
#target ⇒ ::String
Returns the value of attribute target.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def target @target end |