Class: Aws::DataZone::Types::ProjectProfileSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ProjectProfileSummary
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The summary of a project profile.
Constant Summary collapse
- SENSITIVE =
[:name, :description]
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 domain ID of the project profile.
-
#domain_unit_id ⇒ String
The domain unit ID of the project profile.
-
#id ⇒ String
The ID of the project profile.
-
#last_updated_at ⇒ Time
The timestamp at which a project profile was last updated.
-
#name ⇒ String
The name of a project profile.
-
#status ⇒ String
The status of a project profile.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the project profile was created.
16580 16581 16582 16583 16584 16585 16586 16587 16588 16589 16590 16591 16592 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16580 class ProjectProfileSummary < Struct.new( :domain_id, :id, :name, :description, :status, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description] include Aws::Structure end |
#created_by ⇒ String
The user who created the project profile.
16580 16581 16582 16583 16584 16585 16586 16587 16588 16589 16590 16591 16592 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16580 class ProjectProfileSummary < Struct.new( :domain_id, :id, :name, :description, :status, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the project profile.
16580 16581 16582 16583 16584 16585 16586 16587 16588 16589 16590 16591 16592 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16580 class ProjectProfileSummary < Struct.new( :domain_id, :id, :name, :description, :status, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description] include Aws::Structure end |
#domain_id ⇒ String
The domain ID of the project profile.
16580 16581 16582 16583 16584 16585 16586 16587 16588 16589 16590 16591 16592 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16580 class ProjectProfileSummary < Struct.new( :domain_id, :id, :name, :description, :status, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description] include Aws::Structure end |
#domain_unit_id ⇒ String
The domain unit ID of the project profile.
16580 16581 16582 16583 16584 16585 16586 16587 16588 16589 16590 16591 16592 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16580 class ProjectProfileSummary < Struct.new( :domain_id, :id, :name, :description, :status, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description] include Aws::Structure end |
#id ⇒ String
The ID of the project profile.
16580 16581 16582 16583 16584 16585 16586 16587 16588 16589 16590 16591 16592 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16580 class ProjectProfileSummary < Struct.new( :domain_id, :id, :name, :description, :status, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp at which a project profile was last updated.
16580 16581 16582 16583 16584 16585 16586 16587 16588 16589 16590 16591 16592 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16580 class ProjectProfileSummary < Struct.new( :domain_id, :id, :name, :description, :status, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of a project profile.
16580 16581 16582 16583 16584 16585 16586 16587 16588 16589 16590 16591 16592 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16580 class ProjectProfileSummary < Struct.new( :domain_id, :id, :name, :description, :status, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description] include Aws::Structure end |
#status ⇒ String
The status of a project profile.
16580 16581 16582 16583 16584 16585 16586 16587 16588 16589 16590 16591 16592 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16580 class ProjectProfileSummary < Struct.new( :domain_id, :id, :name, :description, :status, :created_by, :created_at, :last_updated_at, :domain_unit_id) SENSITIVE = [:name, :description] include Aws::Structure end |