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)


18147
18148
18149
# File 'sig/types.rbs', line 18147

def dry_run
  @dry_run
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


18148
18149
18150
# File 'sig/types.rbs', line 18148

def force
  @force
end

#hibernateBoolean

Returns the value of attribute hibernate.

Returns:

  • (Boolean)


18145
18146
18147
# File 'sig/types.rbs', line 18145

def hibernate
  @hibernate
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


18144
18145
18146
# File 'sig/types.rbs', line 18144

def instance_ids
  @instance_ids
end

#skip_os_shutdownBoolean

Returns the value of attribute skip_os_shutdown.

Returns:

  • (Boolean)


18146
18147
18148
# File 'sig/types.rbs', line 18146

def skip_os_shutdown
  @skip_os_shutdown
end