Class: Aws::ElasticsearchService::Types::ChangeProgressStage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ChangeProgressStage
- 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
-
#description ⇒ String
The description of the progress stage.
-
#last_updated ⇒ Time
The last updated timestamp of the progress stage.
-
#name ⇒ String
The name of the specific progress stage.
-
#status ⇒ String
The overall status of a specific progress stage.
Instance Attribute Details
#description ⇒ String
The description of the progress stage.
698 699 700 701 702 703 704 705 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 698 class ChangeProgressStage < Struct.new( :name, :status, :description, :last_updated) SENSITIVE = [] include Aws::Structure end |
#last_updated ⇒ Time
The last updated timestamp of the progress stage.
698 699 700 701 702 703 704 705 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 698 class ChangeProgressStage < Struct.new( :name, :status, :description, :last_updated) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the specific progress stage.
698 699 700 701 702 703 704 705 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 698 class ChangeProgressStage < Struct.new( :name, :status, :description, :last_updated) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The overall status of a specific progress stage.
698 699 700 701 702 703 704 705 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 698 class ChangeProgressStage < Struct.new( :name, :status, :description, :last_updated) SENSITIVE = [] include Aws::Structure end |