Class: Aws::DataZone::Types::UpdateProjectProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateProjectProfileInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of a project profile.
-
#domain_identifier ⇒ String
The ID of the domain where a project profile is to be updated.
-
#domain_unit_identifier ⇒ String
The ID of the domain unit where a project profile is to be updated.
-
#environment_configurations ⇒ Array<Types::EnvironmentConfiguration>
The environment configurations of a project profile.
-
#identifier ⇒ String
The ID of a project profile that is to be updated.
-
#name ⇒ String
The name of a project profile.
-
#status ⇒ String
The status of a project profile.
Instance Attribute Details
#description ⇒ String
The description of a project profile.
19597 19598 19599 19600 19601 19602 19603 19604 19605 19606 19607 |
# File 'lib/aws-sdk-datazone/types.rb', line 19597 class UpdateProjectProfileInput < Struct.new( :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :identifier, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where a project profile is to be updated.
19597 19598 19599 19600 19601 19602 19603 19604 19605 19606 19607 |
# File 'lib/aws-sdk-datazone/types.rb', line 19597 class UpdateProjectProfileInput < Struct.new( :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :identifier, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_unit_identifier ⇒ String
The ID of the domain unit where a project profile is to be updated.
19597 19598 19599 19600 19601 19602 19603 19604 19605 19606 19607 |
# File 'lib/aws-sdk-datazone/types.rb', line 19597 class UpdateProjectProfileInput < Struct.new( :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :identifier, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#environment_configurations ⇒ Array<Types::EnvironmentConfiguration>
The environment configurations of a project profile.
19597 19598 19599 19600 19601 19602 19603 19604 19605 19606 19607 |
# File 'lib/aws-sdk-datazone/types.rb', line 19597 class UpdateProjectProfileInput < Struct.new( :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :identifier, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#identifier ⇒ String
The ID of a project profile that is to be updated.
19597 19598 19599 19600 19601 19602 19603 19604 19605 19606 19607 |
# File 'lib/aws-sdk-datazone/types.rb', line 19597 class UpdateProjectProfileInput < Struct.new( :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :identifier, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of a project profile.
19597 19598 19599 19600 19601 19602 19603 19604 19605 19606 19607 |
# File 'lib/aws-sdk-datazone/types.rb', line 19597 class UpdateProjectProfileInput < Struct.new( :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :identifier, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#status ⇒ String
The status of a project profile.
19597 19598 19599 19600 19601 19602 19603 19604 19605 19606 19607 |
# File 'lib/aws-sdk-datazone/types.rb', line 19597 class UpdateProjectProfileInput < Struct.new( :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :identifier, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |