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.



7918
7919
7920
7921
7922
7923
7924
# File 'lib/aws-sdk-datazone/types.rb', line 7918

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

#resolved_parametersArray<Types::EnvironmentConfigurationParameter>

The resolved environment configuration parameters.



7918
7919
7920
7921
7922
7923
7924
# File 'lib/aws-sdk-datazone/types.rb', line 7918

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

#ssm_pathString

Ssm path environment configuration parameters.

Returns:

  • (String)


7918
7919
7920
7921
7922
7923
7924
# File 'lib/aws-sdk-datazone/types.rb', line 7918

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