Class: Aws::Types::Project
- Inherits:
-
Object
- Object
- Aws::Types::Project
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#project_description ⇒ ::String
Returns the value of attribute project_description.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#project_status ⇒ "Pending", ...
Returns the value of attribute project_status.
-
#service_catalog_provisioned_product_details ⇒ Types::ServiceCatalogProvisionedProductDetails
Returns the value of attribute service_catalog_provisioned_product_details.
-
#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_provider_details ⇒ ::Array[Types::TemplateProviderDetail]
Returns the value of attribute template_provider_details.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
10202 10203 10204 |
# File 'sig/types.rbs', line 10202 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
10203 10204 10205 |
# File 'sig/types.rbs', line 10203 def creation_time @creation_time end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
10207 10208 10209 |
# File 'sig/types.rbs', line 10207 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
10206 10207 10208 |
# File 'sig/types.rbs', line 10206 def last_modified_time @last_modified_time end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
10195 10196 10197 |
# File 'sig/types.rbs', line 10195 def project_arn @project_arn end |
#project_description ⇒ ::String
Returns the value of attribute project_description.
10198 10199 10200 |
# File 'sig/types.rbs', line 10198 def project_description @project_description end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
10197 10198 10199 |
# File 'sig/types.rbs', line 10197 def project_id @project_id end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
10196 10197 10198 |
# File 'sig/types.rbs', line 10196 def project_name @project_name end |
#project_status ⇒ "Pending", ...
Returns the value of attribute project_status.
10201 10202 10203 |
# File 'sig/types.rbs', line 10201 def project_status @project_status end |
#service_catalog_provisioned_product_details ⇒ Types::ServiceCatalogProvisionedProductDetails
Returns the value of attribute service_catalog_provisioned_product_details.
10200 10201 10202 |
# File 'sig/types.rbs', line 10200 def service_catalog_provisioned_product_details @service_catalog_provisioned_product_details end |
#service_catalog_provisioning_details ⇒ Types::ServiceCatalogProvisioningDetails
Returns the value of attribute service_catalog_provisioning_details.
10199 10200 10201 |
# File 'sig/types.rbs', line 10199 def service_catalog_provisioning_details @service_catalog_provisioning_details end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
10205 10206 10207 |
# File 'sig/types.rbs', line 10205 def @tags end |
#template_provider_details ⇒ ::Array[Types::TemplateProviderDetail]
Returns the value of attribute template_provider_details.
10204 10205 10206 |
# File 'sig/types.rbs', line 10204 def template_provider_details @template_provider_details end |