Class: Aws::OpenSearchService::Types::DomainMaintenanceDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::OpenSearchService::Types::DomainMaintenanceDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-opensearchservice/types.rb
 
Overview
Container for the domain maintenance details.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the action.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the action was created.
 - 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the domain.
 - 
  
    
      #maintenance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the requested action.
 - 
  
    
      #node_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the data node.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the action.
 - 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status message for the action.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the action was updated.
 
Instance Attribute Details
#action ⇒ String
The name of the action.
      2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954  | 
    
      # File 'lib/aws-sdk-opensearchservice/types.rb', line 2943 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time at which the action was created.
      2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954  | 
    
      # File 'lib/aws-sdk-opensearchservice/types.rb', line 2943 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#domain_name ⇒ String
The name of the domain.
      2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954  | 
    
      # File 'lib/aws-sdk-opensearchservice/types.rb', line 2943 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#maintenance_id ⇒ String
The ID of the requested action.
      2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954  | 
    
      # File 'lib/aws-sdk-opensearchservice/types.rb', line 2943 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#node_id ⇒ String
The ID of the data node.
      2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954  | 
    
      # File 'lib/aws-sdk-opensearchservice/types.rb', line 2943 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the action.
      2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954  | 
    
      # File 'lib/aws-sdk-opensearchservice/types.rb', line 2943 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#status_message ⇒ String
The status message for the action.
      2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954  | 
    
      # File 'lib/aws-sdk-opensearchservice/types.rb', line 2943 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The time at which the action was updated.
      2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954  | 
    
      # File 'lib/aws-sdk-opensearchservice/types.rb', line 2943 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end  |