Class: Aws::Types::UpdateProjectInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProjectInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#project_description ⇒ ::String
Returns the value of attribute project_description.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#service_catalog_provisioning_update_details ⇒ Types::ServiceCatalogProvisioningUpdateDetails
Returns the value of attribute service_catalog_provisioning_update_details.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_providers_to_update ⇒ ::Array[Types::UpdateTemplateProvider]
Returns the value of attribute template_providers_to_update.
Instance Attribute Details
#project_description ⇒ ::String
Returns the value of attribute project_description.
12415 12416 12417 |
# File 'sig/types.rbs', line 12415 def project_description @project_description end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
12414 12415 12416 |
# File 'sig/types.rbs', line 12414 def project_name @project_name end |
#service_catalog_provisioning_update_details ⇒ Types::ServiceCatalogProvisioningUpdateDetails
Returns the value of attribute service_catalog_provisioning_update_details.
12416 12417 12418 |
# File 'sig/types.rbs', line 12416 def service_catalog_provisioning_update_details @service_catalog_provisioning_update_details end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12417 12418 12419 |
# File 'sig/types.rbs', line 12417 def @tags end |
#template_providers_to_update ⇒ ::Array[Types::UpdateTemplateProvider]
Returns the value of attribute template_providers_to_update.
12418 12419 12420 |
# File 'sig/types.rbs', line 12418 def template_providers_to_update @template_providers_to_update end |