Class: Aws::Types::CreateOrganizationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def alias
  @alias
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def client_token
  @client_token
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def directory_id
  @directory_id
end

#domains::Array[Types::Domain]

Returns the value of attribute domains.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def domains
  @domains
end

#enable_interoperabilityBoolean

Returns the value of attribute enable_interoperability.

Returns:

  • (Boolean)


176
177
178
# File 'sig/types.rbs', line 176

def enable_interoperability
  @enable_interoperability
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def kms_key_arn
  @kms_key_arn
end