class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
list = method(self, **kwargs)
Retrieves a list of traffic.
 
Args:
  begin: string, Time to begin the list of traffic after (exclusive).
  end: string, Time to end the list of traffic at (inclusive).
  region: string, Region to list traffic for.
  product: string, Product to list traffic for.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)