Class: Aws::Types::Parent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def id
  @id
end

#type"ROOT", "ORGANIZATIONAL_UNIT"

Returns the value of attribute type.

Returns:

  • ("ROOT", "ORGANIZATIONAL_UNIT")


851
852
853
# File 'sig/types.rbs', line 851

def type
  @type
end