Class: Aws::Types::UpdateProjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#project_description ⇒ ::String
Returns the value of attribute project_description.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3834 3835 3836 |
# File 'sig/types.rbs', line 3834 def client_token @client_token end |
#project_description ⇒ ::String
Returns the value of attribute project_description.
3833 3834 3835 |
# File 'sig/types.rbs', line 3833 def project_description @project_description end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
3831 3832 3833 |
# File 'sig/types.rbs', line 3831 def project_id @project_id end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
3832 3833 3834 |
# File 'sig/types.rbs', line 3832 def project_name @project_name end |