class Aws::Api::Docs::ResponseStructureExample
def value(ref)
def value(ref) case ref.shape when StringShape then string(ref) when IntegerShape then 'Integer' when FloatShape then 'Float' when BooleanShape then 'true/false' when BlobShape then 'IO' when TimestampShape then 'Time' else raise "unhandled shape type #{ref.shape.class.name}" end end