Class: Aws::Types::CallbackStartedDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#callback_id::String

Returns the value of attribute callback_id.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def callback_id
  @callback_id
end

#heartbeat_timeout::Integer

Returns the value of attribute heartbeat_timeout.

Returns:

  • (::Integer)


116
117
118
# File 'sig/types.rbs', line 116

def heartbeat_timeout
  @heartbeat_timeout
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


117
118
119
# File 'sig/types.rbs', line 117

def timeout
  @timeout
end