Class: Aws::DataZone::Types::GetProjectProfileOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetProjectProfileOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description, :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 of when the project profile was created.
-
#created_by ⇒ String
The user who created the project profile.
-
#description ⇒ String
The description of the project profile.
-
#domain_id ⇒ String
The ID of the domain of the project profile.
-
#domain_unit_id ⇒ String
The ID of the domain unit of the project profile.
-
#environment_configurations ⇒ Array<Types::EnvironmentConfiguration>
The environment configurations of the project profile.
-
#id ⇒ String
The ID of the project profile.
-
#last_updated_at ⇒ Time
The timestamp of when 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.
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10817 class GetProjectProfileOutput < Struct.new( :domain_id, :id, :name, :description, :status, :project_resource_tags, :allow_custom_project_resource_tags, :project_resource_tags_description, :environment_configurations, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description, :project_resource_tags_description] include Aws::Structure end |
#created_at ⇒ Time
The timestamp of when the project profile was created.
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10817 class GetProjectProfileOutput < Struct.new( :domain_id, :id, :name, :description, :status, :project_resource_tags, :allow_custom_project_resource_tags, :project_resource_tags_description, :environment_configurations, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description, :project_resource_tags_description] include Aws::Structure end |
#created_by ⇒ String
The user who created the project profile.
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10817 class GetProjectProfileOutput < Struct.new( :domain_id, :id, :name, :description, :status, :project_resource_tags, :allow_custom_project_resource_tags, :project_resource_tags_description, :environment_configurations, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description, :project_resource_tags_description] include Aws::Structure end |
#description ⇒ String
The description of the project profile.
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10817 class GetProjectProfileOutput < Struct.new( :domain_id, :id, :name, :description, :status, :project_resource_tags, :allow_custom_project_resource_tags, :project_resource_tags_description, :environment_configurations, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description, :project_resource_tags_description] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain of the project profile.
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10817 class GetProjectProfileOutput < Struct.new( :domain_id, :id, :name, :description, :status, :project_resource_tags, :allow_custom_project_resource_tags, :project_resource_tags_description, :environment_configurations, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description, :project_resource_tags_description] include Aws::Structure end |
#domain_unit_id ⇒ String
The ID of the domain unit of the project profile.
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10817 class GetProjectProfileOutput < Struct.new( :domain_id, :id, :name, :description, :status, :project_resource_tags, :allow_custom_project_resource_tags, :project_resource_tags_description, :environment_configurations, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description, :project_resource_tags_description] include Aws::Structure end |
#environment_configurations ⇒ Array<Types::EnvironmentConfiguration>
The environment configurations of the project profile.
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10817 class GetProjectProfileOutput < Struct.new( :domain_id, :id, :name, :description, :status, :project_resource_tags, :allow_custom_project_resource_tags, :project_resource_tags_description, :environment_configurations, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description, :project_resource_tags_description] include Aws::Structure end |
#id ⇒ String
The ID of the project profile.
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10817 class GetProjectProfileOutput < Struct.new( :domain_id, :id, :name, :description, :status, :project_resource_tags, :allow_custom_project_resource_tags, :project_resource_tags_description, :environment_configurations, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description, :project_resource_tags_description] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp of when project profile was last updated.
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10817 class GetProjectProfileOutput < Struct.new( :domain_id, :id, :name, :description, :status, :project_resource_tags, :allow_custom_project_resource_tags, :project_resource_tags_description, :environment_configurations, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description, :project_resource_tags_description] include Aws::Structure end |
#name ⇒ String
The name of the project profile.
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10817 class GetProjectProfileOutput < Struct.new( :domain_id, :id, :name, :description, :status, :project_resource_tags, :allow_custom_project_resource_tags, :project_resource_tags_description, :environment_configurations, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description, :project_resource_tags_description] include Aws::Structure end |
#project_resource_tags ⇒ Array<Types::ResourceTagParameter>
The resource tags of the project profile.
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10817 class GetProjectProfileOutput < Struct.new( :domain_id, :id, :name, :description, :status, :project_resource_tags, :allow_custom_project_resource_tags, :project_resource_tags_description, :environment_configurations, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description, :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.
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10817 class GetProjectProfileOutput < Struct.new( :domain_id, :id, :name, :description, :status, :project_resource_tags, :allow_custom_project_resource_tags, :project_resource_tags_description, :environment_configurations, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description, :project_resource_tags_description] include Aws::Structure end |
#status ⇒ String
The status of the project profile.
10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10817 class GetProjectProfileOutput < Struct.new( :domain_id, :id, :name, :description, :status, :project_resource_tags, :allow_custom_project_resource_tags, :project_resource_tags_description, :environment_configurations, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description, :project_resource_tags_description] include Aws::Structure end |