Class: Aws::OpenSearchService::Types::DomainMaintenanceDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the domain maintenance details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The name of the action.

Returns:

  • (String)


2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2618

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

#created_atTime

The time at which the action was created.

Returns:

  • (Time)


2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2618

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

#domain_nameString

The name of the domain.

Returns:

  • (String)


2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2618

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

#maintenance_idString

The ID of the requested action.

Returns:

  • (String)


2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2618

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

#node_idString

The ID of the data node.

Returns:

  • (String)


2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2618

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

#statusString

The status of the action.

Returns:

  • (String)


2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2618

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

#status_messageString

The status message for the action.

Returns:

  • (String)


2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2618

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

#updated_atTime

The time at which the action was updated.

Returns:

  • (Time)


2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2618

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