Class: Aws::Xray::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/aws/xray/response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



3
4
5
# File 'lib/aws/xray/response.rb', line 3

def length
  @length
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



3
4
5
# File 'lib/aws/xray/response.rb', line 3

def status
  @status
end