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)


12605
12606
12607
# File 'sig/types.rbs', line 12605

def arn
  @arn
end

#lineage_type"TrialComponent", ...

Returns the value of attribute lineage_type.

Returns:



12607
12608
12609
# File 'sig/types.rbs', line 12607

def lineage_type
  @lineage_type
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


12606
12607
12608
# File 'sig/types.rbs', line 12606

def type
  @type
end