You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticsearchService::Types::OptionStatus
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticsearchService::Types::OptionStatus
 
- Defined in:
- (unknown)
Overview
Provides the current status of the entity.
Returned by:
- AccessPoliciesStatus#status
- AdvancedOptionsStatus#status
- AdvancedSecurityOptionsStatus#status
- CognitoOptionsStatus#status
- DomainEndpointOptionsStatus#status
- EBSOptionsStatus#status
- ElasticsearchClusterConfigStatus#status
- ElasticsearchVersionStatus#status
- EncryptionAtRestOptionsStatus#status
- LogPublishingOptionsStatus#status
- NodeToNodeEncryptionOptionsStatus#status
- SnapshotOptionsStatus#status
- VPCDerivedInfoStatus#status
Instance Attribute Summary collapse
- 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Timestamp which tells the creation date for the entity. 
- 
  
    
      #pending_deletion  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether the Elasticsearch domain is being deleted. 
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Provides the OptionStatefor the Elasticsearch domain.
- 
  
    
      #update_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Timestamp which tells the last updated time for the entity. 
- 
  
    
      #update_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the latest version for the entity. 
Instance Attribute Details
#creation_date ⇒ Time
Timestamp which tells the creation date for the entity.
#pending_deletion ⇒ Boolean
Indicates whether the Elasticsearch domain is being deleted.
#state ⇒ String
Provides the OptionState for the Elasticsearch domain. 
Possible values:
- RequiresIndexDocuments
- Processing
- Active
#update_date ⇒ Time
Timestamp which tells the last updated time for the entity.
#update_version ⇒ Integer
Specifies the latest version for the entity.