Class: Aws::Types::ExecutionContext

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def context
  @context
end

#context_type"ERROR", ...

Returns the value of attribute context_type.

Returns:

  • ("ERROR", "CLIENT_ERROR", "WARNING", "INFO")


1013
1014
1015
# File 'sig/types.rbs', line 1013

def context_type
  @context_type
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def timestamp
  @timestamp
end