Class: Aws::Types::UpdateProjectOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProjectOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#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.
-
#failure_reasons ⇒ ::Array[Types::ProjectDeletionError]
Returns the value of attribute failure_reasons.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_category ⇒ ::String
Returns the value of attribute project_category.
-
#project_profile_id ⇒ ::String
Returns the value of attribute project_profile_id.
-
#project_status ⇒ "ACTIVE", ...
Returns the value of attribute project_status.
-
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
-
#user_parameters ⇒ ::Array[Types::EnvironmentConfigurationUserParameter]
Returns the value of attribute user_parameters.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
6758 6759 6760 |
# File 'sig/types.rbs', line 6758 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
6757 6758 6759 |
# File 'sig/types.rbs', line 6757 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
6754 6755 6756 |
# File 'sig/types.rbs', line 6754 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6751 6752 6753 |
# File 'sig/types.rbs', line 6751 def domain_id @domain_id end |
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
6762 6763 6764 |
# File 'sig/types.rbs', line 6762 def domain_unit_id @domain_unit_id end |
#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
Returns the value of attribute environment_deployment_details.
6765 6766 6767 |
# File 'sig/types.rbs', line 6765 def environment_deployment_details @environment_deployment_details end |
#failure_reasons ⇒ ::Array[Types::ProjectDeletionError]
Returns the value of attribute failure_reasons.
6756 6757 6758 |
# File 'sig/types.rbs', line 6756 def failure_reasons @failure_reasons end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
6761 6762 6763 |
# File 'sig/types.rbs', line 6761 def glossary_terms @glossary_terms end |
#id ⇒ ::String
Returns the value of attribute id.
6752 6753 6754 |
# File 'sig/types.rbs', line 6752 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
6759 6760 6761 |
# File 'sig/types.rbs', line 6759 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
6753 6754 6755 |
# File 'sig/types.rbs', line 6753 def name @name end |
#project_category ⇒ ::String
Returns the value of attribute project_category.
6766 6767 6768 |
# File 'sig/types.rbs', line 6766 def project_category @project_category end |
#project_profile_id ⇒ ::String
Returns the value of attribute project_profile_id.
6763 6764 6765 |
# File 'sig/types.rbs', line 6763 def project_profile_id @project_profile_id end |
#project_status ⇒ "ACTIVE", ...
Returns the value of attribute project_status.
6755 6756 6757 |
# File 'sig/types.rbs', line 6755 def project_status @project_status end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
6760 6761 6762 |
# File 'sig/types.rbs', line 6760 def @resource_tags end |
#user_parameters ⇒ ::Array[Types::EnvironmentConfigurationUserParameter]
Returns the value of attribute user_parameters.
6764 6765 6766 |
# File 'sig/types.rbs', line 6764 def user_parameters @user_parameters end |