Class: Aws::Types::Vertex
- Inherits:
-
Object
- Object
- Aws::Types::Vertex
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#lineage_type ⇒ "TrialComponent", ...
Returns the value of attribute lineage_type.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
12640 12641 12642 |
# File 'sig/types.rbs', line 12640 def arn @arn end |
#lineage_type ⇒ "TrialComponent", ...
Returns the value of attribute lineage_type.
12642 12643 12644 |
# File 'sig/types.rbs', line 12642 def lineage_type @lineage_type end |
#type ⇒ ::String
Returns the value of attribute type.
12641 12642 12643 |
# File 'sig/types.rbs', line 12641 def type @type end |