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)


12580
12581
12582
# File 'sig/types.rbs', line 12580

def arn
  @arn
end

#lineage_type"TrialComponent", ...

Returns the value of attribute lineage_type.

Returns:



12582
12583
12584
# File 'sig/types.rbs', line 12582

def lineage_type
  @lineage_type
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


12581
12582
12583
# File 'sig/types.rbs', line 12581

def type
  @type
end