Class: Aws::Types::CreateOrganizationalUnitRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def name
  @name
end

#parent_id::String

Returns the value of attribute parent_id.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def parent_id
  @parent_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def tags
  @tags
end