Class: Aws::Types::Project

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:



10224
10225
10226
# File 'sig/types.rbs', line 10224

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


10225
10226
10227
# File 'sig/types.rbs', line 10225

def creation_time
  @creation_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



10229
10230
10231
# File 'sig/types.rbs', line 10229

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


10228
10229
10230
# File 'sig/types.rbs', line 10228

def last_modified_time
  @last_modified_time
end

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


10217
10218
10219
# File 'sig/types.rbs', line 10217

def project_arn
  @project_arn
end

#project_description::String

Returns the value of attribute project_description.

Returns:

  • (::String)


10220
10221
10222
# File 'sig/types.rbs', line 10220

def project_description
  @project_description
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


10219
10220
10221
# File 'sig/types.rbs', line 10219

def project_id
  @project_id
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


10218
10219
10220
# File 'sig/types.rbs', line 10218

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")


10223
10224
10225
# File 'sig/types.rbs', line 10223

def project_status
  @project_status
end

#service_catalog_provisioned_product_detailsTypes::ServiceCatalogProvisionedProductDetails

Returns the value of attribute service_catalog_provisioned_product_details.



10222
10223
10224
# File 'sig/types.rbs', line 10222

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.



10221
10222
10223
# File 'sig/types.rbs', line 10221

def service_catalog_provisioning_details
  @service_catalog_provisioning_details
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



10227
10228
10229
# File 'sig/types.rbs', line 10227

def tags
  @tags
end

#template_provider_details::Array[Types::TemplateProviderDetail]

Returns the value of attribute template_provider_details.

Returns:



10226
10227
10228
# File 'sig/types.rbs', line 10226

def template_provider_details
  @template_provider_details
end