Class: Aws::Types::OrganizationalUnit

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)


833
834
835
# File 'sig/types.rbs', line 833

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def name
  @name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def path
  @path
end