Class: Aws::ElasticsearchService::Types::ChangeProgressStage

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

Overview

A progress stage details of a specific domain configuration change.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the progress stage.

Returns:

  • (String)


610
611
612
613
614
615
616
617
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 610

class ChangeProgressStage < Struct.new(
  :name,
  :status,
  :description,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#last_updatedTime

The last updated timestamp of the progress stage.

Returns:

  • (Time)


610
611
612
613
614
615
616
617
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 610

class ChangeProgressStage < Struct.new(
  :name,
  :status,
  :description,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the specific progress stage.

Returns:

  • (String)


610
611
612
613
614
615
616
617
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 610

class ChangeProgressStage < Struct.new(
  :name,
  :status,
  :description,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The overall status of a specific progress stage.

Returns:

  • (String)


610
611
612
613
614
615
616
617
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 610

class ChangeProgressStage < Struct.new(
  :name,
  :status,
  :description,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end