Class: Aws::Types::CallbackOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#heartbeat_timeout_seconds::Integer

Returns the value of attribute heartbeat_timeout_seconds.

Returns:

  • (::Integer)


110
111
112
# File 'sig/types.rbs', line 110

def heartbeat_timeout_seconds
  @heartbeat_timeout_seconds
end

#timeout_seconds::Integer

Returns the value of attribute timeout_seconds.

Returns:

  • (::Integer)


109
110
111
# File 'sig/types.rbs', line 109

def timeout_seconds
  @timeout_seconds
end