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)


17808
17809
17810
# File 'sig/types.rbs', line 17808

def dry_run
  @dry_run
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


17809
17810
17811
# File 'sig/types.rbs', line 17809

def force
  @force
end

#hibernateBoolean

Returns the value of attribute hibernate.

Returns:

  • (Boolean)


17806
17807
17808
# File 'sig/types.rbs', line 17806

def hibernate
  @hibernate
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


17805
17806
17807
# File 'sig/types.rbs', line 17805

def instance_ids
  @instance_ids
end

#skip_os_shutdownBoolean

Returns the value of attribute skip_os_shutdown.

Returns:

  • (Boolean)


17807
17808
17809
# File 'sig/types.rbs', line 17807

def skip_os_shutdown
  @skip_os_shutdown
end