Class: Aws::Types::ContextDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:result])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ErrorObject

Returns the value of attribute error.

Returns:



311
312
313
# File 'sig/types.rbs', line 311

def error
  @error
end

#replay_childrenBoolean

Returns the value of attribute replay_children.

Returns:

  • (Boolean)


309
310
311
# File 'sig/types.rbs', line 309

def replay_children
  @replay_children
end

#result::String

Returns the value of attribute result.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def result
  @result
end