Class: Aws::Types::ModifyHostsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyHostsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_placement ⇒ "on", "off"
Returns the value of attribute auto_placement.
-
#host_ids ⇒ ::Array[::String]
Returns the value of attribute host_ids.
-
#host_maintenance ⇒ "on", "off"
Returns the value of attribute host_maintenance.
-
#host_recovery ⇒ "on", "off"
Returns the value of attribute host_recovery.
-
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
Instance Attribute Details
#auto_placement ⇒ "on", "off"
Returns the value of attribute auto_placement.
13357 13358 13359 |
# File 'sig/types.rbs', line 13357 def auto_placement @auto_placement end |
#host_ids ⇒ ::Array[::String]
Returns the value of attribute host_ids.
13356 13357 13358 |
# File 'sig/types.rbs', line 13356 def host_ids @host_ids end |
#host_maintenance ⇒ "on", "off"
Returns the value of attribute host_maintenance.
13355 13356 13357 |
# File 'sig/types.rbs', line 13355 def host_maintenance @host_maintenance end |
#host_recovery ⇒ "on", "off"
Returns the value of attribute host_recovery.
13352 13353 13354 |
# File 'sig/types.rbs', line 13352 def host_recovery @host_recovery end |
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
13354 13355 13356 |
# File 'sig/types.rbs', line 13354 def instance_family @instance_family end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
13353 13354 13355 |
# File 'sig/types.rbs', line 13353 def instance_type @instance_type end |