Class: Aws::Types::DeleteOrganizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteOrganizationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#delete_directory ⇒ Boolean
Returns the value of attribute delete_directory.
-
#delete_identity_center_application ⇒ Boolean
Returns the value of attribute delete_identity_center_application.
-
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
323 324 325 |
# File 'sig/types.rbs', line 323 def client_token @client_token end |
#delete_directory ⇒ Boolean
Returns the value of attribute delete_directory.
325 326 327 |
# File 'sig/types.rbs', line 325 def delete_directory @delete_directory end |
#delete_identity_center_application ⇒ Boolean
Returns the value of attribute delete_identity_center_application.
327 328 329 |
# File 'sig/types.rbs', line 327 def delete_identity_center_application @delete_identity_center_application end |
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
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.
324 325 326 |
# File 'sig/types.rbs', line 324 def organization_id @organization_id end |