Class: Aws::Types::CreateProjectProfileInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateProjectProfileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_custom_project_resource_tags ⇒ Boolean
Returns the value of attribute allow_custom_project_resource_tags.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#domain_unit_identifier ⇒ ::String
Returns the value of attribute domain_unit_identifier.
-
#environment_configurations ⇒ ::Array[Types::EnvironmentConfiguration]
Returns the value of attribute environment_configurations.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_resource_tags ⇒ ::Array[Types::ResourceTagParameter]
Returns the value of attribute project_resource_tags.
-
#project_resource_tags_description ⇒ ::String
Returns the value of attribute project_resource_tags_description.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#allow_custom_project_resource_tags ⇒ Boolean
Returns the value of attribute allow_custom_project_resource_tags.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def @allow_custom_project_resource_tags end |
#description ⇒ ::String
Returns the value of attribute description.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
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.
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.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def environment_configurations @environment_configurations end |
#name ⇒ ::String
Returns the value of attribute name.
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.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def @project_resource_tags end |
#project_resource_tags_description ⇒ ::String
Returns the value of attribute project_resource_tags_description.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def @project_resource_tags_description end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def status @status end |