Class: Aws::AwsResponseObjectHash
- Inherits:
-
Hash
- Object
- Hash
- Aws::AwsResponseObjectHash
- Defined in:
- lib/awsbase/aws_response_array.rb
Overview
Used when pulling out a single response object
Instance Attribute Summary collapse
-
#response_metadata ⇒ Object
Returns the value of attribute response_metadata.
Instance Method Summary collapse
-
#initialize(response_metadata) ⇒ AwsResponseObjectHash
constructor
A new instance of AwsResponseObjectHash.
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_metadata ⇒ Object
Returns the value of attribute response_metadata.
23 24 25 |
# File 'lib/awsbase/aws_response_array.rb', line 23 def @response_metadata end |