class Aws::Xml::Parser::IntegerFrame

def result

def result
  @text.empty? ? nil : @text.join.to_i
end