Class: Aws::Types::DuplicateConnectionsFlowValidationDetails
- Inherits:
-
Object
- Object
- Aws::Types::DuplicateConnectionsFlowValidationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source ⇒ ::String
Returns the value of attribute source.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#source ⇒ ::String
Returns the value of attribute source.
918 919 920 |
# File 'sig/types.rbs', line 918 def source @source end |
#target ⇒ ::String
Returns the value of attribute target.
919 920 921 |
# File 'sig/types.rbs', line 919 def target @target end |