Method: Aws::Xml::Parser::BooleanFrame#result

Defined in:
lib/aws-sdk-core/xml/parser/frame.rb

#resultObject

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



270
271
272
# File 'lib/aws-sdk-core/xml/parser/frame.rb', line 270

def result
  @text.empty? ? nil : (@text.join == 'true')
end