class Seahorse::Model::Shapes::Timestamp

def initialize(definition, options = {})

def initialize(definition, options = {})
  @format = definition['timestampFormat']
  super
end