Class: Aws::Types::GetProjectProfileOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetProjectProfileOutput
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
-
#environment_configurations ⇒ ::Array[Types::EnvironmentConfiguration]
Returns the value of attribute environment_configurations.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#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.
3188 3189 3190 |
# File 'sig/types.rbs', line 3188 def @allow_custom_project_resource_tags end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3192 3193 3194 |
# File 'sig/types.rbs', line 3192 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3191 3192 3193 |
# File 'sig/types.rbs', line 3191 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
3185 3186 3187 |
# File 'sig/types.rbs', line 3185 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3182 3183 3184 |
# File 'sig/types.rbs', line 3182 def domain_id @domain_id end |
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
3194 3195 3196 |
# File 'sig/types.rbs', line 3194 def domain_unit_id @domain_unit_id end |
#environment_configurations ⇒ ::Array[Types::EnvironmentConfiguration]
Returns the value of attribute environment_configurations.
3190 3191 3192 |
# File 'sig/types.rbs', line 3190 def environment_configurations @environment_configurations end |
#id ⇒ ::String
Returns the value of attribute id.
3183 3184 3185 |
# File 'sig/types.rbs', line 3183 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
3193 3194 3195 |
# File 'sig/types.rbs', line 3193 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
3184 3185 3186 |
# File 'sig/types.rbs', line 3184 def name @name end |
#project_resource_tags ⇒ ::Array[Types::ResourceTagParameter]
Returns the value of attribute project_resource_tags.
3187 3188 3189 |
# File 'sig/types.rbs', line 3187 def @project_resource_tags end |
#project_resource_tags_description ⇒ ::String
Returns the value of attribute project_resource_tags_description.
3189 3190 3191 |
# File 'sig/types.rbs', line 3189 def @project_resource_tags_description end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
3186 3187 3188 |
# File 'sig/types.rbs', line 3186 def status @status end |