Class: Aws::Types::UpdateEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#managed_credentials_action ⇒ "ENABLE", "DISABLE"
Returns the value of attribute managed_credentials_action.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
210 211 212 |
# File 'sig/types.rbs', line 210 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def environment_id @environment_id end |
#managed_credentials_action ⇒ "ENABLE", "DISABLE"
Returns the value of attribute managed_credentials_action.
211 212 213 |
# File 'sig/types.rbs', line 211 def managed_credentials_action @managed_credentials_action end |
#name ⇒ ::String
Returns the value of attribute name.
209 210 211 |
# File 'sig/types.rbs', line 209 def name @name end |