Class: Aws::DataZone::Types::UpdateProjectProfileOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateProjectProfileOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name, :project_resource_tags_description]
Instance Attribute Summary collapse
-
#allow_custom_project_resource_tags ⇒ Boolean
Specifies whether custom project resource tags are supported.
-
#created_at ⇒ Time
The timestamp at which a project profile is created.
-
#created_by ⇒ String
The user who created a project profile.
-
#description ⇒ String
The description of a project profile.
-
#domain_id ⇒ String
The ID of the domain where project profile is to be updated.
-
#domain_unit_id ⇒ String
The domain unit ID of the project profile to be updated.
-
#environment_configurations ⇒ Array<Types::EnvironmentConfiguration>
The environment configurations of a project profile.
-
#id ⇒ String
The ID of the project profile.
-
#last_updated_at ⇒ Time
The timestamp at which a project profile was last updated.
-
#name ⇒ String
The name of the project profile.
-
#project_resource_tags ⇒ Array<Types::ResourceTagParameter>
The resource tags of the project profile.
-
#project_resource_tags_description ⇒ String
Field viewable through the UI that provides a project user with the allowed resource tag specifications.
-
#status ⇒ String
The status of the project profile.
Instance Attribute Details
#allow_custom_project_resource_tags ⇒ Boolean
Specifies whether custom project resource tags are supported.
21412 21413 21414 21415 21416 21417 21418 21419 21420 21421 21422 21423 21424 21425 21426 21427 21428 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21412 class UpdateProjectProfileOutput < Struct.new( :allow_custom_project_resource_tags, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#created_at ⇒ Time
The timestamp at which a project profile is created.
21412 21413 21414 21415 21416 21417 21418 21419 21420 21421 21422 21423 21424 21425 21426 21427 21428 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21412 class UpdateProjectProfileOutput < Struct.new( :allow_custom_project_resource_tags, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#created_by ⇒ String
The user who created a project profile.
21412 21413 21414 21415 21416 21417 21418 21419 21420 21421 21422 21423 21424 21425 21426 21427 21428 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21412 class UpdateProjectProfileOutput < Struct.new( :allow_custom_project_resource_tags, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#description ⇒ String
The description of a project profile.
21412 21413 21414 21415 21416 21417 21418 21419 21420 21421 21422 21423 21424 21425 21426 21427 21428 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21412 class UpdateProjectProfileOutput < Struct.new( :allow_custom_project_resource_tags, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain where project profile is to be updated.
21412 21413 21414 21415 21416 21417 21418 21419 21420 21421 21422 21423 21424 21425 21426 21427 21428 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21412 class UpdateProjectProfileOutput < Struct.new( :allow_custom_project_resource_tags, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#domain_unit_id ⇒ String
The domain unit ID of the project profile to be updated.
21412 21413 21414 21415 21416 21417 21418 21419 21420 21421 21422 21423 21424 21425 21426 21427 21428 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21412 class UpdateProjectProfileOutput < Struct.new( :allow_custom_project_resource_tags, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#environment_configurations ⇒ Array<Types::EnvironmentConfiguration>
The environment configurations of a project profile.
21412 21413 21414 21415 21416 21417 21418 21419 21420 21421 21422 21423 21424 21425 21426 21427 21428 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21412 class UpdateProjectProfileOutput < Struct.new( :allow_custom_project_resource_tags, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#id ⇒ String
The ID of the project profile.
21412 21413 21414 21415 21416 21417 21418 21419 21420 21421 21422 21423 21424 21425 21426 21427 21428 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21412 class UpdateProjectProfileOutput < Struct.new( :allow_custom_project_resource_tags, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp at which a project profile was last updated.
21412 21413 21414 21415 21416 21417 21418 21419 21420 21421 21422 21423 21424 21425 21426 21427 21428 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21412 class UpdateProjectProfileOutput < Struct.new( :allow_custom_project_resource_tags, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#name ⇒ String
The name of the project profile.
21412 21413 21414 21415 21416 21417 21418 21419 21420 21421 21422 21423 21424 21425 21426 21427 21428 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21412 class UpdateProjectProfileOutput < Struct.new( :allow_custom_project_resource_tags, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#project_resource_tags ⇒ Array<Types::ResourceTagParameter>
The resource tags of the project profile.
21412 21413 21414 21415 21416 21417 21418 21419 21420 21421 21422 21423 21424 21425 21426 21427 21428 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21412 class UpdateProjectProfileOutput < Struct.new( :allow_custom_project_resource_tags, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#project_resource_tags_description ⇒ String
Field viewable through the UI that provides a project user with the allowed resource tag specifications.
21412 21413 21414 21415 21416 21417 21418 21419 21420 21421 21422 21423 21424 21425 21426 21427 21428 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21412 class UpdateProjectProfileOutput < Struct.new( :allow_custom_project_resource_tags, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |
#status ⇒ String
The status of the project profile.
21412 21413 21414 21415 21416 21417 21418 21419 21420 21421 21422 21423 21424 21425 21426 21427 21428 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 21412 class UpdateProjectProfileOutput < Struct.new( :allow_custom_project_resource_tags, :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :project_resource_tags, :project_resource_tags_description, :status) SENSITIVE = [:description, :name, :project_resource_tags_description] include Aws::Structure end |