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)


2838
2839
2840
# File 'sig/types.rbs', line 2838

def project_description
  @project_description
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


2837
2838
2839
# File 'sig/types.rbs', line 2837

def project_name
  @project_name
end

#service_catalog_provisioning_detailsTypes::ServiceCatalogProvisioningDetails

Returns the value of attribute service_catalog_provisioning_details.



2839
2840
2841
# File 'sig/types.rbs', line 2839

def service_catalog_provisioning_details
  @service_catalog_provisioning_details
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2840
2841
2842
# File 'sig/types.rbs', line 2840

def tags
  @tags
end

#template_providers::Array[Types::CreateTemplateProvider]

Returns the value of attribute template_providers.

Returns:



2841
2842
2843
# File 'sig/types.rbs', line 2841

def template_providers
  @template_providers
end