Class: Aws::Types::CreateProjectInput

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)


2821
2822
2823
# File 'sig/types.rbs', line 2821

def project_description
  @project_description
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


2820
2821
2822
# File 'sig/types.rbs', line 2820

def project_name
  @project_name
end

#service_catalog_provisioning_detailsTypes::ServiceCatalogProvisioningDetails

Returns the value of attribute service_catalog_provisioning_details.



2822
2823
2824
# File 'sig/types.rbs', line 2822

def service_catalog_provisioning_details
  @service_catalog_provisioning_details
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2823
2824
2825
# File 'sig/types.rbs', line 2823

def tags
  @tags
end

#template_providers::Array[Types::CreateTemplateProvider]

Returns the value of attribute template_providers.

Returns:



2824
2825
2826
# File 'sig/types.rbs', line 2824

def template_providers
  @template_providers
end