Class: Aws::AwsResponseObjectHash

Inherits:
Hash
  • Object
show all
Defined in:
lib/awsbase/aws_response_array.rb

Overview

Used when pulling out a single response object

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response_metadata) ⇒ AwsResponseObjectHash

Returns a new instance of AwsResponseObjectHash.



25
26
27
# File 'lib/awsbase/aws_response_array.rb', line 25

def initialize()
  @response_metadata = 
end

Instance Attribute Details

#response_metadataObject

Returns the value of attribute response_metadata.



23
24
25
# File 'lib/awsbase/aws_response_array.rb', line 23

def 
  @response_metadata
end