Class: Aws::Types::InstanceResizePolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_termination_timeout::Integer

Returns the value of attribute instance_termination_timeout.

Returns:

  • (::Integer)


807
808
809
# File 'sig/types.rbs', line 807

def instance_termination_timeout
  @instance_termination_timeout
end

#instances_to_protect::Array[::String]

Returns the value of attribute instances_to_protect.

Returns:

  • (::Array[::String])


806
807
808
# File 'sig/types.rbs', line 806

def instances_to_protect
  @instances_to_protect
end

#instances_to_terminate::Array[::String]

Returns the value of attribute instances_to_terminate.

Returns:

  • (::Array[::String])


805
806
807
# File 'sig/types.rbs', line 805

def instances_to_terminate
  @instances_to_terminate
end