Class: Aws::Types::Vertex

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12588
12589
12590
# File 'sig/types.rbs', line 12588

def arn
  @arn
end

#lineage_type"TrialComponent", ...

Returns the value of attribute lineage_type.

Returns:



12590
12591
12592
# File 'sig/types.rbs', line 12590

def lineage_type
  @lineage_type
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


12589
12590
12591
# File 'sig/types.rbs', line 12589

def type
  @type
end