Class: NewRelic::Agent::Instrumentation::AwsSdkLambda::WRAPPED_RESPONSE

Inherits:
Struct
  • Object
show all
Defined in:
lib/new_relic/agent/instrumentation/aws_sdk_lambda/instrumentation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#has_status_code?Object

Returns the value of attribute has_status_code?

Returns:

  • (Object)

    the current value of has_status_code?



12
13
14
# File 'lib/new_relic/agent/instrumentation/aws_sdk_lambda/instrumentation.rb', line 12

def has_status_code?
  @has_status_code?
end

#status_codeObject

Returns the value of attribute status_code

Returns:

  • (Object)

    the current value of status_code



12
13
14
# File 'lib/new_relic/agent/instrumentation/aws_sdk_lambda/instrumentation.rb', line 12

def status_code
  @status_code
end