Class: Aws::Types::OrganizationNode

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"ORGANIZATION", ...

Returns the value of attribute type.

Returns:

  • ("ORGANIZATION", "ORGANIZATIONAL_UNIT", "ACCOUNT")


1089
1090
1091
# File 'sig/types.rbs', line 1089

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def value
  @value
end