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.
3793 3794 3795 |
# File 'sig/types.rbs', line 3793 def client_token @client_token end |
#project_description ⇒ ::String
Returns the value of attribute project_description.
3792 3793 3794 |
# File 'sig/types.rbs', line 3792 def project_description @project_description end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
3790 3791 3792 |
# File 'sig/types.rbs', line 3790 def project_id @project_id end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
3791 3792 3793 |
# File 'sig/types.rbs', line 3791 def project_name @project_name end |