Class: Aws::DataZone::Types::CreateProjectProfileOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateProjectProfileOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
A timestamp at which a project profile is created.
-
#created_by ⇒ String
A user who created a project profile.
-
#description ⇒ String
A project profile description.
-
#domain_id ⇒ String
The ID of the domain where a project profile is created.
-
#domain_unit_id ⇒ String
The ID of the domain unit where a project profile is created.
-
#environment_configurations ⇒ Array<Types::EnvironmentConfiguration>
Environment configurations of a project profile.
-
#id ⇒ String
Project profile ID.
-
#last_updated_at ⇒ Time
A timestamp when a project profile was last updated.
-
#name ⇒ String
Project profile name.
-
#status ⇒ String
Project profile status.
Instance Attribute Details
#created_at ⇒ Time
A timestamp at which a project profile is created.
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 |
# File 'lib/aws-sdk-datazone/types.rb', line 4156 class CreateProjectProfileOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_by ⇒ String
A user who created a project profile.
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 |
# File 'lib/aws-sdk-datazone/types.rb', line 4156 class CreateProjectProfileOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
A project profile description.
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 |
# File 'lib/aws-sdk-datazone/types.rb', line 4156 class CreateProjectProfileOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain where a project profile is created.
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 |
# File 'lib/aws-sdk-datazone/types.rb', line 4156 class CreateProjectProfileOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_unit_id ⇒ String
The ID of the domain unit where a project profile is created.
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 |
# File 'lib/aws-sdk-datazone/types.rb', line 4156 class CreateProjectProfileOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#environment_configurations ⇒ Array<Types::EnvironmentConfiguration>
Environment configurations of a project profile.
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 |
# File 'lib/aws-sdk-datazone/types.rb', line 4156 class CreateProjectProfileOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#id ⇒ String
Project profile ID.
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 |
# File 'lib/aws-sdk-datazone/types.rb', line 4156 class CreateProjectProfileOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#last_updated_at ⇒ Time
A timestamp when a project profile was last updated.
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 |
# File 'lib/aws-sdk-datazone/types.rb', line 4156 class CreateProjectProfileOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
Project profile name.
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 |
# File 'lib/aws-sdk-datazone/types.rb', line 4156 class CreateProjectProfileOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#status ⇒ String
Project profile status.
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 |
# File 'lib/aws-sdk-datazone/types.rb', line 4156 class CreateProjectProfileOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :environment_configurations, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |