Class: Aws::Types::CreateProjectInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateProjectInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#membership_assignments ⇒ ::Array[Types::ProjectMembershipAssignment]
Returns the value of attribute membership_assignments.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_category ⇒ ::String
Returns the value of attribute project_category.
-
#project_execution_role ⇒ ::String
Returns the value of attribute project_execution_role.
-
#project_profile_id ⇒ ::String
Returns the value of attribute project_profile_id.
-
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
-
#user_parameters ⇒ ::Array[Types::EnvironmentConfigurationUserParameter]
Returns the value of attribute user_parameters.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def domain_identifier @domain_identifier end |
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def domain_unit_id @domain_unit_id end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def glossary_terms @glossary_terms end |
#membership_assignments ⇒ ::Array[Types::ProjectMembershipAssignment]
Returns the value of attribute membership_assignments.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def membership_assignments @membership_assignments end |
#name ⇒ ::String
Returns the value of attribute name.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def name @name end |
#project_category ⇒ ::String
Returns the value of attribute project_category.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def project_category @project_category end |
#project_execution_role ⇒ ::String
Returns the value of attribute project_execution_role.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def project_execution_role @project_execution_role end |
#project_profile_id ⇒ ::String
Returns the value of attribute project_profile_id.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def project_profile_id @project_profile_id end |
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def @resource_tags end |
#user_parameters ⇒ ::Array[Types::EnvironmentConfigurationUserParameter]
Returns the value of attribute user_parameters.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def user_parameters @user_parameters end |