Class: Aws::Types::EnvironmentConfigurationParametersDetails
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentConfigurationParametersDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameter_overrides ⇒ ::Array[Types::EnvironmentConfigurationParameter]
Returns the value of attribute parameter_overrides.
-
#resolved_parameters ⇒ ::Array[Types::EnvironmentConfigurationParameter]
Returns the value of attribute resolved_parameters.
-
#ssm_path ⇒ ::String
Returns the value of attribute ssm_path.
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.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def ssm_path @ssm_path end |