Class: Aws::Types::Relationship

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ids::Array[::String]

Returns the value of attribute ids.

Returns:

  • (::Array[::String])


613
614
615
# File 'sig/types.rbs', line 613

def ids
  @ids
end

#type"VALUE", ...

Returns the value of attribute type.

Returns:

  • ("VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE", "ANSWER", "TABLE", "TABLE_TITLE", "TABLE_FOOTER")


612
613
614
# File 'sig/types.rbs', line 612

def type
  @type
end