Class: Aws::Types::UpdateProjectInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProjectInput
- 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.
-
#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
Returns the value of attribute environment_deployment_details.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_profile_version ⇒ ::String
Returns the value of attribute project_profile_version.
-
#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.
6740 6741 6742 |
# File 'sig/types.rbs', line 6740 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6737 6738 6739 |
# File 'sig/types.rbs', line 6737 def domain_identifier @domain_identifier end |
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
6743 6744 6745 |
# File 'sig/types.rbs', line 6743 def domain_unit_id @domain_unit_id end |
#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
Returns the value of attribute environment_deployment_details.
6744 6745 6746 |
# File 'sig/types.rbs', line 6744 def environment_deployment_details @environment_deployment_details end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
6742 6743 6744 |
# File 'sig/types.rbs', line 6742 def glossary_terms @glossary_terms end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6738 6739 6740 |
# File 'sig/types.rbs', line 6738 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
6739 6740 6741 |
# File 'sig/types.rbs', line 6739 def name @name end |
#project_profile_version ⇒ ::String
Returns the value of attribute project_profile_version.
6746 6747 6748 |
# File 'sig/types.rbs', line 6746 def project_profile_version @project_profile_version end |
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
6741 6742 6743 |
# File 'sig/types.rbs', line 6741 def @resource_tags end |
#user_parameters ⇒ ::Array[Types::EnvironmentConfigurationUserParameter]
Returns the value of attribute user_parameters.
6745 6746 6747 |
# File 'sig/types.rbs', line 6745 def user_parameters @user_parameters end |