Class: Yake::Datadog::MockContext
- Inherits:
-
Struct
- Object
- Struct
- Yake::Datadog::MockContext
- Defined in:
- lib/yake/datadog.rb
Instance Attribute Summary collapse
-
#aws_request_id ⇒ Object
Returns the value of attribute aws_request_id.
-
#clock_diff ⇒ Object
Returns the value of attribute clock_diff.
-
#deadline_ms ⇒ Object
Returns the value of attribute deadline_ms.
-
#function_name ⇒ Object
Returns the value of attribute function_name.
-
#function_version ⇒ Object
Returns the value of attribute function_version.
-
#invoked_function_arn ⇒ Object
Returns the value of attribute invoked_function_arn.
-
#log_group_name ⇒ Object
Returns the value of attribute log_group_name.
-
#log_stream_name ⇒ Object
Returns the value of attribute log_stream_name.
-
#memory_limit_in_mb ⇒ Object
Returns the value of attribute memory_limit_in_mb.
Instance Attribute Details
#aws_request_id ⇒ Object
Returns the value of attribute aws_request_id
23 24 25 |
# File 'lib/yake/datadog.rb', line 23 def aws_request_id @aws_request_id end |
#clock_diff ⇒ Object
Returns the value of attribute clock_diff
23 24 25 |
# File 'lib/yake/datadog.rb', line 23 def clock_diff @clock_diff end |
#deadline_ms ⇒ Object
Returns the value of attribute deadline_ms
23 24 25 |
# File 'lib/yake/datadog.rb', line 23 def deadline_ms @deadline_ms end |
#function_name ⇒ Object
Returns the value of attribute function_name
23 24 25 |
# File 'lib/yake/datadog.rb', line 23 def function_name @function_name end |
#function_version ⇒ Object
Returns the value of attribute function_version
23 24 25 |
# File 'lib/yake/datadog.rb', line 23 def function_version @function_version end |
#invoked_function_arn ⇒ Object
Returns the value of attribute invoked_function_arn
23 24 25 |
# File 'lib/yake/datadog.rb', line 23 def invoked_function_arn @invoked_function_arn end |
#log_group_name ⇒ Object
Returns the value of attribute log_group_name
23 24 25 |
# File 'lib/yake/datadog.rb', line 23 def log_group_name @log_group_name end |
#log_stream_name ⇒ Object
Returns the value of attribute log_stream_name
23 24 25 |
# File 'lib/yake/datadog.rb', line 23 def log_stream_name @log_stream_name end |
#memory_limit_in_mb ⇒ Object
Returns the value of attribute memory_limit_in_mb
23 24 25 |
# File 'lib/yake/datadog.rb', line 23 def memory_limit_in_mb @memory_limit_in_mb end |