Class: Aws::DataZone::Types::CreateEnvironmentProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateEnvironmentProfileInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account in which the Amazon DataZone environment is created.
-
#aws_account_region ⇒ String
The Amazon Web Services region in which this environment profile is created.
-
#description ⇒ String
The description of this Amazon DataZone environment profile.
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which this environment profile is created.
-
#environment_blueprint_identifier ⇒ String
The ID of the blueprint with which this environment profile is created.
-
#name ⇒ String
The name of this Amazon DataZone environment profile.
-
#project_identifier ⇒ String
The identifier of the project in which to create the environment profile.
-
#user_parameters ⇒ Array<Types::EnvironmentParameter>
The user parameters of this Amazon DataZone environment profile.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account in which the Amazon DataZone environment is created.
3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3375 class CreateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :environment_blueprint_identifier, :name, :project_identifier, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#aws_account_region ⇒ String
The Amazon Web Services region in which this environment profile is created.
3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3375 class CreateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :environment_blueprint_identifier, :name, :project_identifier, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description of this Amazon DataZone environment profile.
3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3375 class CreateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :environment_blueprint_identifier, :name, :project_identifier, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which this environment profile is created.
3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3375 class CreateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :environment_blueprint_identifier, :name, :project_identifier, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#environment_blueprint_identifier ⇒ String
The ID of the blueprint with which this environment profile is created.
3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3375 class CreateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :environment_blueprint_identifier, :name, :project_identifier, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name of this Amazon DataZone environment profile.
3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3375 class CreateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :environment_blueprint_identifier, :name, :project_identifier, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#project_identifier ⇒ String
The identifier of the project in which to create the environment profile.
3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3375 class CreateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :environment_blueprint_identifier, :name, :project_identifier, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |
#user_parameters ⇒ Array<Types::EnvironmentParameter>
The user parameters of this Amazon DataZone environment profile.
3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3375 class CreateEnvironmentProfileInput < Struct.new( :aws_account_id, :aws_account_region, :description, :domain_identifier, :environment_blueprint_identifier, :name, :project_identifier, :user_parameters) SENSITIVE = [:description, :name] include Aws::Structure end |