Class: Aws::Types::CreateProjectInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateProjectInput
- 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_details ⇒ Types::ServiceCatalogProvisioningDetails
Returns the value of attribute service_catalog_provisioning_details.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_providers ⇒ ::Array[Types::CreateTemplateProvider]
Returns the value of attribute template_providers.
Instance Attribute Details
#project_description ⇒ ::String
Returns the value of attribute project_description.
2821 2822 2823 |
# File 'sig/types.rbs', line 2821 def project_description @project_description end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
2820 2821 2822 |
# File 'sig/types.rbs', line 2820 def project_name @project_name end |
#service_catalog_provisioning_details ⇒ Types::ServiceCatalogProvisioningDetails
Returns the value of attribute service_catalog_provisioning_details.
2822 2823 2824 |
# File 'sig/types.rbs', line 2822 def service_catalog_provisioning_details @service_catalog_provisioning_details end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2823 2824 2825 |
# File 'sig/types.rbs', line 2823 def @tags end |
#template_providers ⇒ ::Array[Types::CreateTemplateProvider]
Returns the value of attribute template_providers.
2824 2825 2826 |
# File 'sig/types.rbs', line 2824 def template_providers @template_providers end |