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.
4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4287 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.
4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4287 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.
4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4287 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.
4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4287 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.
4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4287 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.
4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4287 class GetDomainMaintenanceStatusResponse < Struct.new( :status, :status_message, :node_id, :action, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |