Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
cloudsearch2
/
File Content:
optionstatus.pyo
� �Wc @ s� d d l m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( i����( t jsont OptionStatusc B sS e Z d Z d d d d d � Z d � Z d � Z d d � Z d � Z d � Z RS( s8 Presents a combination of status field (defined below) which are accessed as attributes and option values which are stored in the native Python dictionary. In this class, the option values are merged from a JSON object that is stored as the Option part of the object. :ivar domain_name: The name of the domain this option is associated with. :ivar create_date: A timestamp for when this option was created. :ivar state: The state of processing a change to an option. Possible values: * RequiresIndexDocuments: the option's latest value will not be visible in searches until IndexDocuments has been called and indexing is complete. * Processing: the option's latest value is not yet visible in all searches but is in the process of being activated. * Active: the option's latest value is completely visible. :ivar update_date: A timestamp for when this option was updated. :ivar update_version: A unique integer that indicates when this option was last updated. c C s5 | | _ | | _ | | _ | | _ | j | � d S( N( t domaint refresh_fnt refresh_keyt save_fnt refresh( t selfR t dataR R R ( ( sB /usr/lib/python2.7/site-packages/boto/cloudsearch2/optionstatus.pyt __init__5 s c C s>