Class: Aws::Types::DescribeProjectOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



5098
5099
5100
# File 'sig/types.rbs', line 5098

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5099
5100
5101
# File 'sig/types.rbs', line 5099

def creation_time
  @creation_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



5101
5102
5103
# File 'sig/types.rbs', line 5101

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5100
5101
5102
# File 'sig/types.rbs', line 5100

def last_modified_time
  @last_modified_time
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


5090
5091
5092
# File 'sig/types.rbs', line 5090

def project_arn
  @project_arn
end

#project_description::String

Returns the value of attribute project_description.

Returns:

  • (::String)


5093
5094
5095
# File 'sig/types.rbs', line 5093

def project_description
  @project_description
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


5092
5093
5094
# File 'sig/types.rbs', line 5092

def project_id
  @project_id
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


5091
5092
5093
# File 'sig/types.rbs', line 5091

def project_name
  @project_name
end

#project_status"Pending", ...

Returns the value of attribute project_status.

Returns:

  • ("Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted", "UpdateInProgress", "UpdateCompleted", "UpdateFailed")


5096
5097
5098
# File 'sig/types.rbs', line 5096

def project_status
  @project_status
end

#service_catalog_provisioned_product_detailsTypes::ServiceCatalogProvisionedProductDetails

Returns the value of attribute service_catalog_provisioned_product_details.



5095
5096
5097
# File 'sig/types.rbs', line 5095

def service_catalog_provisioned_product_details
  @service_catalog_provisioned_product_details
end

#service_catalog_provisioning_detailsTypes::ServiceCatalogProvisioningDetails

Returns the value of attribute service_catalog_provisioning_details.



5094
5095
5096
# File 'sig/types.rbs', line 5094

def service_catalog_provisioning_details
  @service_catalog_provisioning_details
end

#template_provider_details::Array[Types::TemplateProviderDetail]

Returns the value of attribute template_provider_details.

Returns:



5097
5098
5099
# File 'sig/types.rbs', line 5097

def template_provider_details
  @template_provider_details
end