Class Aws::AwsResponseArray
In: lib/awsbase/aws_response_array.rb
Parent: Array

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

Methods

new  

Attributes

response_metadata  [RW] 

Public Class methods

[Validate]