Class: Aws::Types::StopInstanceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


2990
2991
2992
# File 'sig/types.rbs', line 2990

def force
  @force
end

#instance_name::String

Returns the value of attribute instance_name.

Returns:

  • (::String)


2989
2990
2991
# File 'sig/types.rbs', line 2989

def instance_name
  @instance_name
end