Class: Aws::Types::DeleteProjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def client_token @client_token end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def project_id @project_id end |