Class: Aws::DataZone::Types::CreateEnvironmentProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateEnvironmentProfileInput
- Includes:
- Structure
- Defined in:
- 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.
2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 |
# File 'lib/aws-sdk-datazone/types.rb', line 2769 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.
2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 |
# File 'lib/aws-sdk-datazone/types.rb', line 2769 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.
2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 |
# File 'lib/aws-sdk-datazone/types.rb', line 2769 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.
2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 |
# File 'lib/aws-sdk-datazone/types.rb', line 2769 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.
2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 |
# File 'lib/aws-sdk-datazone/types.rb', line 2769 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.
2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 |
# File 'lib/aws-sdk-datazone/types.rb', line 2769 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.
2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 |
# File 'lib/aws-sdk-datazone/types.rb', line 2769 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.
2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 |
# File 'lib/aws-sdk-datazone/types.rb', line 2769 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 |