Class: Aws::Types::IdlePolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_resume_enabledBoolean

Returns the value of attribute auto_resume_enabled.

Returns:

  • (Boolean)


236
237
238
# File 'sig/types.rbs', line 236

def auto_resume_enabled
  @auto_resume_enabled
end

#max_idle_duration_seconds::Integer

Returns the value of attribute max_idle_duration_seconds.

Returns:

  • (::Integer)


234
235
236
# File 'sig/types.rbs', line 234

def max_idle_duration_seconds
  @max_idle_duration_seconds
end

#suspended_duration_seconds::Integer

Returns the value of attribute suspended_duration_seconds.

Returns:

  • (::Integer)


235
236
237
# File 'sig/types.rbs', line 235

def suspended_duration_seconds
  @suspended_duration_seconds
end