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]
Instance Attribute Summary collapse
-
#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.
-
#status ⇒ String
The status of the project profile.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the project profile was created.
9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496 class GetProjectProfileOutput < 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
The user who created the project profile.
9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496 class GetProjectProfileOutput < 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
The description of the project profile.
9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496 class GetProjectProfileOutput < 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 of the project profile.
9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496 class GetProjectProfileOutput < 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 of the project profile.
9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496 class GetProjectProfileOutput < 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>
The environment configurations of the project profile.
9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496 class GetProjectProfileOutput < 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
The ID of the project profile.
9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496 class GetProjectProfileOutput < 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
The timestamp of when project profile was last updated.
9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496 class GetProjectProfileOutput < 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
The name of the project profile.
9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496 class GetProjectProfileOutput < 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
The status of the project profile.
9496 9497 9498 9499 9500 9501 9502 9503 9504 9505 9506 9507 9508 9509 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496 class GetProjectProfileOutput < 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 |