Class: Aws::Types::StopInstancesRequest

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)


17511
17512
17513
# File 'sig/types.rbs', line 17511

def dry_run
  @dry_run
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


17512
17513
17514
# File 'sig/types.rbs', line 17512

def force
  @force
end

#hibernateBoolean

Returns the value of attribute hibernate.

Returns:

  • (Boolean)


17509
17510
17511
# File 'sig/types.rbs', line 17509

def hibernate
  @hibernate
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


17508
17509
17510
# File 'sig/types.rbs', line 17508

def instance_ids
  @instance_ids
end

#skip_os_shutdownBoolean

Returns the value of attribute skip_os_shutdown.

Returns:

  • (Boolean)


17510
17511
17512
# File 'sig/types.rbs', line 17510

def skip_os_shutdown
  @skip_os_shutdown
end