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.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def client_token @client_token end |
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def portal_id @portal_id end |
#project_description ⇒ ::String
Returns the value of attribute project_description.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def project_description @project_description end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def project_name @project_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def @tags end |