Class: Aws::Types::EnvironmentConfigurationParametersDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_overrides::Array[Types::EnvironmentConfigurationParameter]

Returns the value of attribute parameter_overrides.



2303
2304
2305
# File 'sig/types.rbs', line 2303

def parameter_overrides
  @parameter_overrides
end

#resolved_parameters::Array[Types::EnvironmentConfigurationParameter]

Returns the value of attribute resolved_parameters.



2304
2305
2306
# File 'sig/types.rbs', line 2304

def resolved_parameters
  @resolved_parameters
end

#ssm_path::String

Returns the value of attribute ssm_path.

Returns:

  • (::String)


2302
2303
2304
# File 'sig/types.rbs', line 2302

def ssm_path
  @ssm_path
end