Class: Aws::Types::TerminateInstancesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


17756
17757
17758
# File 'sig/types.rbs', line 17756

def dry_run
  @dry_run
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


17754
17755
17756
# File 'sig/types.rbs', line 17754

def force
  @force
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


17753
17754
17755
# File 'sig/types.rbs', line 17753

def instance_ids
  @instance_ids
end

#skip_os_shutdownBoolean

Returns the value of attribute skip_os_shutdown.

Returns:

  • (Boolean)


17755
17756
17757
# File 'sig/types.rbs', line 17755

def skip_os_shutdown
  @skip_os_shutdown
end