Class: Aws::Types::AutoStopConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


60
61
62
# File 'sig/types.rbs', line 60

def enabled
  @enabled
end

#idle_timeout_minutes ⇒ ::Integer

Returns the value of attribute idle_timeout_minutes.

Returns:

  • (::Integer)


61
62
63
# File 'sig/types.rbs', line 61

def idle_timeout_minutes
  @idle_timeout_minutes
end