Class: Aws::DataZone::Types::CreateProjectProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateProjectProfileInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of a project profile.
-
#domain_identifier ⇒ String
A domain ID of the project profile.
-
#domain_unit_identifier ⇒ String
A domain unit ID of the project profile.
-
#environment_configurations ⇒ Array<Types::EnvironmentConfiguration>
Environment configurations of the project profile.
-
#name ⇒ String
Project profile name.
-
#status ⇒ String
Project profile status.
Instance Attribute Details
#description ⇒ String
A description of a project profile.
4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 |
# File 'lib/aws-sdk-datazone/types.rb', line 4496 class CreateProjectProfileInput < Struct.new( :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_identifier ⇒ String
A domain ID of the project profile.
4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 |
# File 'lib/aws-sdk-datazone/types.rb', line 4496 class CreateProjectProfileInput < Struct.new( :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_unit_identifier ⇒ String
A domain unit ID of the project profile.
4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 |
# File 'lib/aws-sdk-datazone/types.rb', line 4496 class CreateProjectProfileInput < Struct.new( :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#environment_configurations ⇒ Array<Types::EnvironmentConfiguration>
Environment configurations of the project profile.
4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 |
# File 'lib/aws-sdk-datazone/types.rb', line 4496 class CreateProjectProfileInput < Struct.new( :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
Project profile name.
4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 |
# File 'lib/aws-sdk-datazone/types.rb', line 4496 class CreateProjectProfileInput < Struct.new( :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#status ⇒ String
Project profile status.
4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 |
# File 'lib/aws-sdk-datazone/types.rb', line 4496 class CreateProjectProfileInput < Struct.new( :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |