Class: Aws::OpenSearchService::Types::GetDomainMaintenanceStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetDomainMaintenanceStatusResponse
- Includes:
- Structure
- Defined in:
- 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.
4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4082 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.
4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4082 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.
4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4082 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.
4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4082 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.
4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4082 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.
4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4082 class GetDomainMaintenanceStatusResponse < Struct.new( :status, :status_message, :node_id, :action, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |