Class: Aws::DataZone::Types::EnvironmentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentConfiguration
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The configuration of an environment.
Constant Summary collapse
- SENSITIVE =
[:description, :id, :name]
Instance Attribute Summary collapse
-
#aws_account ⇒ Types::AwsAccount
The Amazon Web Services account of the environment.
-
#aws_region ⇒ Types::Region
The Amazon Web Services Region of the environment.
-
#configuration_parameters ⇒ Types::EnvironmentConfigurationParametersDetails
The configuration parameters of the environment.
-
#deployment_mode ⇒ String
The deployment mode of the environment.
-
#deployment_order ⇒ Integer
The deployment order of the environment.
-
#description ⇒ String
The environment description.
-
#environment_blueprint_id ⇒ String
The environment blueprint ID.
-
#id ⇒ String
The environment ID.
-
#name ⇒ String
The environment name.
Instance Attribute Details
#aws_account ⇒ Types::AwsAccount
The Amazon Web Services account of the environment.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6640 class EnvironmentConfiguration < Struct.new( :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#aws_region ⇒ Types::Region
The Amazon Web Services Region of the environment.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6640 class EnvironmentConfiguration < Struct.new( :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#configuration_parameters ⇒ Types::EnvironmentConfigurationParametersDetails
The configuration parameters of the environment.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6640 class EnvironmentConfiguration < Struct.new( :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#deployment_mode ⇒ String
The deployment mode of the environment.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6640 class EnvironmentConfiguration < Struct.new( :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#deployment_order ⇒ Integer
The deployment order of the environment.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6640 class EnvironmentConfiguration < Struct.new( :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#description ⇒ String
The environment description.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6640 class EnvironmentConfiguration < Struct.new( :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#environment_blueprint_id ⇒ String
The environment blueprint ID.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6640 class EnvironmentConfiguration < Struct.new( :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#id ⇒ String
The environment ID.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6640 class EnvironmentConfiguration < Struct.new( :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |
#name ⇒ String
The environment name.
6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6640 class EnvironmentConfiguration < Struct.new( :aws_account, :aws_region, :configuration_parameters, :deployment_mode, :deployment_order, :description, :environment_blueprint_id, :id, :name) SENSITIVE = [:description, :id, :name] include Aws::Structure end |