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

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

Instance Attribute Details

#actionString

The action name.

Returns:

  • (String)


3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3564

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)


3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3564

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)


3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3564

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)


3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3564

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)


3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3564

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)


3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3564

class GetDomainMaintenanceStatusResponse < Struct.new(
  :status,
  :status_message,
  :node_id,
  :action,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end