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.
2838 2839 2840 |
# File 'sig/types.rbs', line 2838 def project_description @project_description end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
2837 2838 2839 |
# File 'sig/types.rbs', line 2837 def project_name @project_name end |
#service_catalog_provisioning_details ⇒ Types::ServiceCatalogProvisioningDetails
Returns the value of attribute service_catalog_provisioning_details.
2839 2840 2841 |
# File 'sig/types.rbs', line 2839 def service_catalog_provisioning_details @service_catalog_provisioning_details end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2840 2841 2842 |
# File 'sig/types.rbs', line 2840 def end |
#template_providers ⇒ ::Array[Types::CreateTemplateProvider]
Returns the value of attribute template_providers.
2841 2842 2843 |
# File 'sig/types.rbs', line 2841 def template_providers @template_providers end |