# File lib/aws/core/data.rb, line 72
        def [] index_or_key
          Data.cast(@data[index_or_key])
        end