class AWS::Core::Data

def to_hash

Returns:
  • (Hash) - Returns contents of this Data object as a raw hash.
def to_hash
  @data
end