Class: Aws::OpenSearchService::Types::DomainMaintenanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DomainMaintenanceDetails
- Defined in:
- gems/aws-sdk-opensearchservice/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.
3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3431 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.
3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3431 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.
3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3431 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.
3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3431 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.
3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3431 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.
3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3431 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.
3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3431 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.
3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3431 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |