Class: Aws::OpenSearchService::Types::GetDomainMaintenanceStatusResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionString

The action name.

Returns:

  • (String)


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_atTime

The time at which the action was created.

Returns:

  • (Time)


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_idString

The node ID of the maintenance action.

Returns:

  • (String)


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

#statusString

The status of the maintenance action.

Returns:

  • (String)


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_messageString

The status message of the maintenance action.

Returns:

  • (String)


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_atTime

The time at which the action was updated.

Returns:

  • (Time)


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