Class: Aws::Types::EnvironmentConfigurationUserParameter
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentConfigurationUserParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_configuration_name ⇒ ::String
Returns the value of attribute environment_configuration_name.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#environment_parameters ⇒ ::Array[Types::EnvironmentParameter]
Returns the value of attribute environment_parameters.
-
#environment_resolved_account ⇒ Types::EnvironmentResolvedAccount
Returns the value of attribute environment_resolved_account.
Instance Attribute Details
#environment_configuration_name ⇒ ::String
Returns the value of attribute environment_configuration_name.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def environment_configuration_name @environment_configuration_name end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def environment_id @environment_id end |
#environment_parameters ⇒ ::Array[Types::EnvironmentParameter]
Returns the value of attribute environment_parameters.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def environment_parameters @environment_parameters end |
#environment_resolved_account ⇒ Types::EnvironmentResolvedAccount
Returns the value of attribute environment_resolved_account.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def environment_resolved_account @environment_resolved_account end |