Class: Aws::Types::Child

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)


97
98
99
# File 'sig/types.rbs', line 97

def id
  @id
end

#type"ACCOUNT", "ORGANIZATIONAL_UNIT"

Returns the value of attribute type.

Returns:

  • ("ACCOUNT", "ORGANIZATIONAL_UNIT")


98
99
100
# File 'sig/types.rbs', line 98

def type
  @type
end