Class: Aws::Types::ModifyHostsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_placement"on", "off"

Returns the value of attribute auto_placement.

Returns:

  • ("on", "off")


13654
13655
13656
# File 'sig/types.rbs', line 13654

def auto_placement
  @auto_placement
end

#host_ids::Array[::String]

Returns the value of attribute host_ids.

Returns:

  • (::Array[::String])


13653
13654
13655
# File 'sig/types.rbs', line 13653

def host_ids
  @host_ids
end

#host_maintenance"on", "off"

Returns the value of attribute host_maintenance.

Returns:

  • ("on", "off")


13652
13653
13654
# File 'sig/types.rbs', line 13652

def host_maintenance
  @host_maintenance
end

#host_recovery"on", "off"

Returns the value of attribute host_recovery.

Returns:

  • ("on", "off")


13649
13650
13651
# File 'sig/types.rbs', line 13649

def host_recovery
  @host_recovery
end

#instance_family::String

Returns the value of attribute instance_family.

Returns:

  • (::String)


13651
13652
13653
# File 'sig/types.rbs', line 13651

def instance_family
  @instance_family
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


13650
13651
13652
# File 'sig/types.rbs', line 13650

def instance_type
  @instance_type
end