Class: Aws::OpenSearchService::Types::ChangeProgressStage
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ChangeProgressStage
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Progress details for each stage of a domain update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the stage.
-
#last_updated ⇒ Time
The most recent updated timestamp of the stage.
-
#name ⇒ String
The name of the stage.
-
#status ⇒ String
The status of the stage.
Instance Attribute Details
#description ⇒ String
The description of the stage.
1162 1163 1164 1165 1166 1167 1168 1169 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1162 class ChangeProgressStage < Struct.new( :name, :status, :description, :last_updated) SENSITIVE = [] include Aws::Structure end |
#last_updated ⇒ Time
The most recent updated timestamp of the stage.
1162 1163 1164 1165 1166 1167 1168 1169 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1162 class ChangeProgressStage < Struct.new( :name, :status, :description, :last_updated) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the stage.
1162 1163 1164 1165 1166 1167 1168 1169 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1162 class ChangeProgressStage < Struct.new( :name, :status, :description, :last_updated) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the stage.
1162 1163 1164 1165 1166 1167 1168 1169 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1162 class ChangeProgressStage < Struct.new( :name, :status, :description, :last_updated) SENSITIVE = [] include Aws::Structure end |