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.
12580 12581 12582 |
# File 'sig/types.rbs', line 12580 def arn @arn end |
#lineage_type ⇒ "TrialComponent", ...
Returns the value of attribute lineage_type.
12582 12583 12584 |
# File 'sig/types.rbs', line 12582 def lineage_type @lineage_type end |
#type ⇒ ::String
Returns the value of attribute type.
12581 12582 12583 |
# File 'sig/types.rbs', line 12581 def type @type end |