Class: Aws::Types::GetProjectOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetProjectOutput
- 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.
3163 3164 3165 |
# File 'sig/types.rbs', line 3163 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3162 3163 3164 |
# File 'sig/types.rbs', line 3162 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
3159 3160 3161 |
# File 'sig/types.rbs', line 3159 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3156 3157 3158 |
# File 'sig/types.rbs', line 3156 def domain_id @domain_id end |
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
3167 3168 3169 |
# File 'sig/types.rbs', line 3167 def domain_unit_id @domain_unit_id end |
#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
Returns the value of attribute environment_deployment_details.
3170 3171 3172 |
# File 'sig/types.rbs', line 3170 def environment_deployment_details @environment_deployment_details end |
#failure_reasons ⇒ ::Array[Types::ProjectDeletionError]
Returns the value of attribute failure_reasons.
3161 3162 3163 |
# File 'sig/types.rbs', line 3161 def failure_reasons @failure_reasons end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
3166 3167 3168 |
# File 'sig/types.rbs', line 3166 def glossary_terms @glossary_terms end |
#id ⇒ ::String
Returns the value of attribute id.
3157 3158 3159 |
# File 'sig/types.rbs', line 3157 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
3164 3165 3166 |
# File 'sig/types.rbs', line 3164 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
3158 3159 3160 |
# File 'sig/types.rbs', line 3158 def name @name end |
#project_category ⇒ ::String
Returns the value of attribute project_category.
3171 3172 3173 |
# File 'sig/types.rbs', line 3171 def project_category @project_category end |
#project_profile_id ⇒ ::String
Returns the value of attribute project_profile_id.
3168 3169 3170 |
# File 'sig/types.rbs', line 3168 def project_profile_id @project_profile_id end |
#project_status ⇒ "ACTIVE", ...
Returns the value of attribute project_status.
3160 3161 3162 |
# File 'sig/types.rbs', line 3160 def project_status @project_status end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
3165 3166 3167 |
# File 'sig/types.rbs', line 3165 def @resource_tags end |
#user_parameters ⇒ ::Array[Types::EnvironmentConfigurationUserParameter]
Returns the value of attribute user_parameters.
3169 3170 3171 |
# File 'sig/types.rbs', line 3169 def user_parameters @user_parameters end |