Class: Aws::Types::DescribeProjectOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProjectOutput
- 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.
-
#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.
5113 5114 5115 |
# File 'sig/types.rbs', line 5113 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5114 5115 5116 |
# File 'sig/types.rbs', line 5114 def creation_time @creation_time end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
5116 5117 5118 |
# File 'sig/types.rbs', line 5116 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5115 5116 5117 |
# File 'sig/types.rbs', line 5115 def last_modified_time @last_modified_time end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
5105 5106 5107 |
# File 'sig/types.rbs', line 5105 def project_arn @project_arn end |
#project_description ⇒ ::String
Returns the value of attribute project_description.
5108 5109 5110 |
# File 'sig/types.rbs', line 5108 def project_description @project_description end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
5107 5108 5109 |
# File 'sig/types.rbs', line 5107 def project_id @project_id end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
5106 5107 5108 |
# File 'sig/types.rbs', line 5106 def project_name @project_name end |
#project_status ⇒ "Pending", ...
Returns the value of attribute project_status.
5111 5112 5113 |
# File 'sig/types.rbs', line 5111 def project_status @project_status end |
#service_catalog_provisioned_product_details ⇒ Types::ServiceCatalogProvisionedProductDetails
Returns the value of attribute service_catalog_provisioned_product_details.
5110 5111 5112 |
# File 'sig/types.rbs', line 5110 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.
5109 5110 5111 |
# File 'sig/types.rbs', line 5109 def service_catalog_provisioning_details @service_catalog_provisioning_details end |
#template_provider_details ⇒ ::Array[Types::TemplateProviderDetail]
Returns the value of attribute template_provider_details.
5112 5113 5114 |
# File 'sig/types.rbs', line 5112 def template_provider_details @template_provider_details end |