Class: Aws::Types::CreateProjectProfileInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description, :project_resource_tags_description])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_custom_project_resource_tagsBoolean

Returns the value of attribute allow_custom_project_resource_tags.

Returns:

  • (Boolean)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def allow_custom_project_resource_tags
  @allow_custom_project_resource_tags
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1464
1465
1466
# File 'sig/types.rbs', line 1464

def domain_identifier
  @domain_identifier
end

#domain_unit_identifier::String

Returns the value of attribute domain_unit_identifier.

Returns:

  • (::String)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def domain_unit_identifier
  @domain_unit_identifier
end

#environment_configurations::Array[Types::EnvironmentConfiguration]

Returns the value of attribute environment_configurations.

Returns:



1471
1472
1473
# File 'sig/types.rbs', line 1471

def environment_configurations
  @environment_configurations
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def name
  @name
end

#project_resource_tags::Array[Types::ResourceTagParameter]

Returns the value of attribute project_resource_tags.

Returns:



1468
1469
1470
# File 'sig/types.rbs', line 1468

def project_resource_tags
  @project_resource_tags
end

#project_resource_tags_description::String

Returns the value of attribute project_resource_tags_description.

Returns:

  • (::String)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def project_resource_tags_description
  @project_resource_tags_description
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


1467
1468
1469
# File 'sig/types.rbs', line 1467

def status
  @status
end