Class: Aws::Types::UpdateEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_during_maintenance_window ⇒ Boolean
Returns the value of attribute apply_during_maintenance_window.
-
#desired_capacity ⇒ ::Integer
Returns the value of attribute desired_capacity.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#force_update ⇒ Boolean
Returns the value of attribute force_update.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
Instance Attribute Details
#apply_during_maintenance_window ⇒ Boolean
Returns the value of attribute apply_during_maintenance_window.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def apply_during_maintenance_window @apply_during_maintenance_window end |
#desired_capacity ⇒ ::Integer
Returns the value of attribute desired_capacity.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def desired_capacity @desired_capacity end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def engine_version @engine_version end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def environment_id @environment_id end |
#force_update ⇒ Boolean
Returns the value of attribute force_update.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def force_update @force_update end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def instance_type @instance_type end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def preferred_maintenance_window @preferred_maintenance_window end |