Class: Aws::Types::CreateProjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
-
#project_description ⇒ ::String
Returns the value of attribute project_description.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def client_token @client_token end |
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def portal_id @portal_id end |
#project_description ⇒ ::String
Returns the value of attribute project_description.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def project_description @project_description end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def project_name @project_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def @tags end |