Class: Aws::Query::Handler::WRAPPER_STRUCT Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/aws-sdk-core/query/handler.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#response_metadataObject

Returns the value of attribute response_metadata

Returns:

  • (Object)

    the current value of response_metadata



12
13
14
# File 'lib/aws-sdk-core/query/handler.rb', line 12

def 
  @response_metadata
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



12
13
14
# File 'lib/aws-sdk-core/query/handler.rb', line 12

def result
  @result
end