Class: Aws::OpenSearchService::Types::GetDomainMaintenanceStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetDomainMaintenanceStatusResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
The result of a GetDomainMaintenanceStatus request that information
about the requested action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action name.
-
#created_at ⇒ Time
The time at which the action was created.
-
#node_id ⇒ String
The node ID of the maintenance action.
-
#status ⇒ String
The status of the maintenance action.
-
#status_message ⇒ String
The status message of the maintenance action.
-
#updated_at ⇒ Time
The time at which the action was updated.
Instance Attribute Details
#action ⇒ String
The action name.
4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4454 class GetDomainMaintenanceStatusResponse < Struct.new( :status, :status_message, :node_id, :action, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the action was created.
4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4454 class GetDomainMaintenanceStatusResponse < Struct.new( :status, :status_message, :node_id, :action, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
The node ID of the maintenance action.
4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4454 class GetDomainMaintenanceStatusResponse < Struct.new( :status, :status_message, :node_id, :action, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the maintenance action.
4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4454 class GetDomainMaintenanceStatusResponse < Struct.new( :status, :status_message, :node_id, :action, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message of the maintenance action.
4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4454 class GetDomainMaintenanceStatusResponse < Struct.new( :status, :status_message, :node_id, :action, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the action was updated.
4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4454 class GetDomainMaintenanceStatusResponse < Struct.new( :status, :status_message, :node_id, :action, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |