class Aws::AwsResponseArray
This class is a special array to hold a bit of extra information about a response like: <ResponseMetadata>
<RequestId>4f1fae46-bf3d-11de-a88b-7b5b3d23b3a7</RequestId> </ResponseMetadata>
Which can be accessed directly from the array using array.response_metadata
Attributes
response_metadata[RW]
Public Class Methods
new(response_metadata)
click to toggle source
# File lib/awsbase/aws_response_array.rb, line 14 def initialize(response_metadata) @response_metadata = response_metadata end