Class: Aws::DataZone::Types::CreateProjectProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateProjectProfileInput
- Defined in:
- gems/aws-sdk-datazone/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.
4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4103 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.
4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4103 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.
4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4103 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.
4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4103 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.
4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4103 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.
4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4103 class CreateProjectProfileInput < Struct.new( :description, :domain_identifier, :domain_unit_identifier, :environment_configurations, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |