Class: Aws::DataZone::Types::EnvironmentConfigurationParametersDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The details of the environment configuration parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_overridesArray<Types::EnvironmentConfigurationParameter>

The parameter overrides.



7194
7195
7196
7197
7198
7199
7200
# File 'lib/aws-sdk-datazone/types.rb', line 7194

class EnvironmentConfigurationParametersDetails < Struct.new(
  :parameter_overrides,
  :resolved_parameters,
  :ssm_path)
  SENSITIVE = []
  include Aws::Structure
end

#resolved_parametersArray<Types::EnvironmentConfigurationParameter>

The resolved environment configuration parameters.



7194
7195
7196
7197
7198
7199
7200
# File 'lib/aws-sdk-datazone/types.rb', line 7194

class EnvironmentConfigurationParametersDetails < Struct.new(
  :parameter_overrides,
  :resolved_parameters,
  :ssm_path)
  SENSITIVE = []
  include Aws::Structure
end

#ssm_pathString

Ssm path environment configuration parameters.

Returns:

  • (String)


7194
7195
7196
7197
7198
7199
7200
# File 'lib/aws-sdk-datazone/types.rb', line 7194

class EnvironmentConfigurationParametersDetails < Struct.new(
  :parameter_overrides,
  :resolved_parameters,
  :ssm_path)
  SENSITIVE = []
  include Aws::Structure
end