Class: Aws::DataZone::Types::UpdateProjectProfileOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateProjectProfileOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp at which a project profile is created.
-
#created_by ⇒ String
The user who created a project profile.
-
#description ⇒ String
The description of a project profile.
-
#domain_id ⇒ String
The ID of the domain where project profile is to be updated.
-
#domain_unit_id ⇒ String
The domain unit ID of the project profile to be updated.
-
#environment_configurations ⇒ Array<Types::EnvironmentConfiguration>
The environment configurations of a 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 the project profile.
-
#status ⇒ String
The status of the project profile.
Instance Attribute Details
#created_at ⇒ Time
The timestamp at which a project profile is created.
19651 19652 19653 19654 19655 19656 19657 19658 19659 19660 19661 19662 19663 19664 |
# File 'lib/aws-sdk-datazone/types.rb', line 19651 class UpdateProjectProfileOutput < 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 a project profile.
19651 19652 19653 19654 19655 19656 19657 19658 19659 19660 19661 19662 19663 19664 |
# File 'lib/aws-sdk-datazone/types.rb', line 19651 class UpdateProjectProfileOutput < 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 a project profile.
19651 19652 19653 19654 19655 19656 19657 19658 19659 19660 19661 19662 19663 19664 |
# File 'lib/aws-sdk-datazone/types.rb', line 19651 class UpdateProjectProfileOutput < 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 project profile is to be updated.
19651 19652 19653 19654 19655 19656 19657 19658 19659 19660 19661 19662 19663 19664 |
# File 'lib/aws-sdk-datazone/types.rb', line 19651 class UpdateProjectProfileOutput < 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 domain unit ID of the project profile to be updated.
19651 19652 19653 19654 19655 19656 19657 19658 19659 19660 19661 19662 19663 19664 |
# File 'lib/aws-sdk-datazone/types.rb', line 19651 class UpdateProjectProfileOutput < 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 a project profile.
19651 19652 19653 19654 19655 19656 19657 19658 19659 19660 19661 19662 19663 19664 |
# File 'lib/aws-sdk-datazone/types.rb', line 19651 class UpdateProjectProfileOutput < 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.
19651 19652 19653 19654 19655 19656 19657 19658 19659 19660 19661 19662 19663 19664 |
# File 'lib/aws-sdk-datazone/types.rb', line 19651 class UpdateProjectProfileOutput < 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 at which a project profile was last updated.
19651 19652 19653 19654 19655 19656 19657 19658 19659 19660 19661 19662 19663 19664 |
# File 'lib/aws-sdk-datazone/types.rb', line 19651 class UpdateProjectProfileOutput < 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.
19651 19652 19653 19654 19655 19656 19657 19658 19659 19660 19661 19662 19663 19664 |
# File 'lib/aws-sdk-datazone/types.rb', line 19651 class UpdateProjectProfileOutput < 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.
19651 19652 19653 19654 19655 19656 19657 19658 19659 19660 19661 19662 19663 19664 |
# File 'lib/aws-sdk-datazone/types.rb', line 19651 class UpdateProjectProfileOutput < 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 |