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.
3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3654 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.
3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3654 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.
3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3654 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.
3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3654 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.
3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3654 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.
3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3654 class GetDomainMaintenanceStatusResponse < Struct.new( :status, :status_message, :node_id, :action, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |