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.
884 885 886 |
# File 'sig/types.rbs', line 884 def source @source end |
#target ⇒ ::String
Returns the value of attribute target.
885 886 887 |
# File 'sig/types.rbs', line 885 def target @target end |
#target_parameter ⇒ ::String
Returns the value of attribute target_parameter.
886 887 888 |
# File 'sig/types.rbs', line 886 def target_parameter @target_parameter end |