Class: Aws::Types::DeleteOrganizationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:



323
324
325
# File 'sig/types.rbs', line 323

def client_token
  @client_token
end

#delete_directoryBoolean

Returns the value of attribute delete_directory.

Returns:



325
326
327
# File 'sig/types.rbs', line 325

def delete_directory
  @delete_directory
end

#delete_identity_center_applicationBoolean

Returns the value of attribute delete_identity_center_application.

Returns:



327
328
329
# File 'sig/types.rbs', line 327

def delete_identity_center_application
  @delete_identity_center_application
end

#force_deleteBoolean

Returns the value of attribute force_delete.

Returns:



326
327
328
# File 'sig/types.rbs', line 326

def force_delete
  @force_delete
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:



324
325
326
# File 'sig/types.rbs', line 324

def organization_id
  @organization_id
end