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 =
[: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 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.
10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451 class GetProjectProfileOutput < 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 of when the project profile was created.
10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451 class GetProjectProfileOutput < 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 the project profile.
10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451 class GetProjectProfileOutput < 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 the project profile.
10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451 class GetProjectProfileOutput < 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 of the project profile.
10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451 class GetProjectProfileOutput < 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 ID of the domain unit of the project profile.
10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451 class GetProjectProfileOutput < 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 the project profile.
10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451 class GetProjectProfileOutput < 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.
10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451 class GetProjectProfileOutput < 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 of when project profile was last updated.
10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451 class GetProjectProfileOutput < 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.
10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451 class GetProjectProfileOutput < 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.
10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451 class GetProjectProfileOutput < 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.
10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451 class GetProjectProfileOutput < 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.
10451 10452 10453 10454 10455 10456 10457 10458 10459 10460 10461 10462 10463 10464 10465 10466 10467 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10451 class GetProjectProfileOutput < 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 |