Class: Aws::Types::UpdateProjectProfileInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProjectProfileInput
- 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.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#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.
6777 6778 6779 |
# File 'sig/types.rbs', line 6777 def @allow_custom_project_resource_tags end |
#description ⇒ ::String
Returns the value of attribute description.
6774 6775 6776 |
# File 'sig/types.rbs', line 6774 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6771 6772 6773 |
# File 'sig/types.rbs', line 6771 def domain_identifier @domain_identifier end |
#domain_unit_identifier ⇒ ::String
Returns the value of attribute domain_unit_identifier.
6780 6781 6782 |
# File 'sig/types.rbs', line 6780 def domain_unit_identifier @domain_unit_identifier end |
#environment_configurations ⇒ ::Array[Types::EnvironmentConfiguration]
Returns the value of attribute environment_configurations.
6779 6780 6781 |
# File 'sig/types.rbs', line 6779 def environment_configurations @environment_configurations end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6772 6773 6774 |
# File 'sig/types.rbs', line 6772 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
6773 6774 6775 |
# File 'sig/types.rbs', line 6773 def name @name end |
#project_resource_tags ⇒ ::Array[Types::ResourceTagParameter]
Returns the value of attribute project_resource_tags.
6776 6777 6778 |
# File 'sig/types.rbs', line 6776 def @project_resource_tags end |
#project_resource_tags_description ⇒ ::String
Returns the value of attribute project_resource_tags_description.
6778 6779 6780 |
# File 'sig/types.rbs', line 6778 def @project_resource_tags_description end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
6775 6776 6777 |
# File 'sig/types.rbs', line 6775 def status @status end |