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 =
[: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 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.
14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818 class ProjectProfileSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#created_by ⇒ String
The user who created the project profile.
14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818 class ProjectProfileSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of the project profile.
14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818 class ProjectProfileSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_id ⇒ String
The domain ID of the project profile.
14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818 class ProjectProfileSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_unit_id ⇒ String
The domain unit ID of the project profile.
14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818 class ProjectProfileSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#id ⇒ String
The ID of the project profile.
14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818 class ProjectProfileSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp at which a project profile was last updated.
14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818 class ProjectProfileSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of a project profile.
14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818 class ProjectProfileSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#status ⇒ String
The status of a project profile.
14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14818 class ProjectProfileSummary < Struct.new( :created_at, :created_by, :description, :domain_id, :domain_unit_id, :id, :last_updated_at, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |