Class: Aws::DataZone::Types::EnvironmentConfigurationUserParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentConfigurationUserParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The environment configuration user parameters.
Constant Summary collapse
- SENSITIVE =
[:environment_configuration_name]
Instance Attribute Summary collapse
-
#environment_configuration_name ⇒ String
The environment configuration name.
-
#environment_id ⇒ String
The ID of the environment.
-
#environment_parameters ⇒ Array<Types::EnvironmentParameter>
The environment parameters.
-
#environment_resolved_account ⇒ Types::EnvironmentResolvedAccount
Specifies the account/Region that is to be used during project creation for a particular blueprint.
Instance Attribute Details
#environment_configuration_name ⇒ String
The environment configuration name.
7223 7224 7225 7226 7227 7228 7229 7230 |
# File 'lib/aws-sdk-datazone/types.rb', line 7223 class EnvironmentConfigurationUserParameter < Struct.new( :environment_configuration_name, :environment_id, :environment_parameters, :environment_resolved_account) SENSITIVE = [:environment_configuration_name] include Aws::Structure end |
#environment_id ⇒ String
The ID of the environment.
7223 7224 7225 7226 7227 7228 7229 7230 |
# File 'lib/aws-sdk-datazone/types.rb', line 7223 class EnvironmentConfigurationUserParameter < Struct.new( :environment_configuration_name, :environment_id, :environment_parameters, :environment_resolved_account) SENSITIVE = [:environment_configuration_name] include Aws::Structure end |
#environment_parameters ⇒ Array<Types::EnvironmentParameter>
The environment parameters.
7223 7224 7225 7226 7227 7228 7229 7230 |
# File 'lib/aws-sdk-datazone/types.rb', line 7223 class EnvironmentConfigurationUserParameter < Struct.new( :environment_configuration_name, :environment_id, :environment_parameters, :environment_resolved_account) SENSITIVE = [:environment_configuration_name] include Aws::Structure end |
#environment_resolved_account ⇒ Types::EnvironmentResolvedAccount
Specifies the account/Region that is to be used during project creation for a particular blueprint.
7223 7224 7225 7226 7227 7228 7229 7230 |
# File 'lib/aws-sdk-datazone/types.rb', line 7223 class EnvironmentConfigurationUserParameter < Struct.new( :environment_configuration_name, :environment_id, :environment_parameters, :environment_resolved_account) SENSITIVE = [:environment_configuration_name] include Aws::Structure end |