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.
13981 13982 13983 |
# File 'sig/types.rbs', line 13981 def auto_placement @auto_placement end |
#host_ids ⇒ ::Array[::String]
Returns the value of attribute host_ids.
13980 13981 13982 |
# File 'sig/types.rbs', line 13980 def host_ids @host_ids end |
#host_maintenance ⇒ "on", "off"
Returns the value of attribute host_maintenance.
13979 13980 13981 |
# File 'sig/types.rbs', line 13979 def host_maintenance @host_maintenance end |
#host_recovery ⇒ "on", "off"
Returns the value of attribute host_recovery.
13976 13977 13978 |
# File 'sig/types.rbs', line 13976 def host_recovery @host_recovery end |
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
13978 13979 13980 |
# File 'sig/types.rbs', line 13978 def instance_family @instance_family end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
13977 13978 13979 |
# File 'sig/types.rbs', line 13977 def instance_type @instance_type end |