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.
4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 |
# File 'lib/aws-sdk-datazone/types.rb', line 4549 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.
4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 |
# File 'lib/aws-sdk-datazone/types.rb', line 4549 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.
4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 |
# File 'lib/aws-sdk-datazone/types.rb', line 4549 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.
4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 |
# File 'lib/aws-sdk-datazone/types.rb', line 4549 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.
4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 |
# File 'lib/aws-sdk-datazone/types.rb', line 4549 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.
4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 |
# File 'lib/aws-sdk-datazone/types.rb', line 4549 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.
4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 |
# File 'lib/aws-sdk-datazone/types.rb', line 4549 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.
4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 |
# File 'lib/aws-sdk-datazone/types.rb', line 4549 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.
4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 |
# File 'lib/aws-sdk-datazone/types.rb', line 4549 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.
4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 |
# File 'lib/aws-sdk-datazone/types.rb', line 4549 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 |