Class: Aws::Types::UpdateProjectInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#project_description::String

Returns the value of attribute project_description.

Returns:

  • (::String)


12423
12424
12425
# File 'sig/types.rbs', line 12423

def project_description
  @project_description
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


12422
12423
12424
# File 'sig/types.rbs', line 12422

def project_name
  @project_name
end

#service_catalog_provisioning_update_detailsTypes::ServiceCatalogProvisioningUpdateDetails

Returns the value of attribute service_catalog_provisioning_update_details.



12424
12425
12426
# File 'sig/types.rbs', line 12424

def service_catalog_provisioning_update_details
  @service_catalog_provisioning_update_details
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12425
12426
12427
# File 'sig/types.rbs', line 12425

def tags
  @tags
end

#template_providers_to_update::Array[Types::UpdateTemplateProvider]

Returns the value of attribute template_providers_to_update.

Returns:



12426
12427
12428
# File 'sig/types.rbs', line 12426

def template_providers_to_update
  @template_providers_to_update
end