Class: Aws::Types::CodeGenEdge
- Inherits:
-
Object
- Object
- Aws::Types::CodeGenEdge
- 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.
-
#target_parameter ⇒ ::String
Returns the value of attribute target_parameter.
Instance Attribute Details
#source ⇒ ::String
Returns the value of attribute source.
880 881 882 |
# File 'sig/types.rbs', line 880 def source @source end |
#target ⇒ ::String
Returns the value of attribute target.
881 882 883 |
# File 'sig/types.rbs', line 881 def target @target end |
#target_parameter ⇒ ::String
Returns the value of attribute target_parameter.
882 883 884 |
# File 'sig/types.rbs', line 882 def target_parameter @target_parameter end |