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.
12588 12589 12590 |
# File 'sig/types.rbs', line 12588 def arn @arn end |
#lineage_type ⇒ "TrialComponent", ...
Returns the value of attribute lineage_type.
12590 12591 12592 |
# File 'sig/types.rbs', line 12590 def lineage_type @lineage_type end |
#type ⇒ ::String
Returns the value of attribute type.
12589 12590 12591 |
# File 'sig/types.rbs', line 12589 def type @type end |