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")


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("on", "off")


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.

Returns:

  • ("on", "off")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


13977
13978
13979
# File 'sig/types.rbs', line 13977

def instance_type
  @instance_type
end