Class: Aws::OpenSearchService::Types::ChangeProgressDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ChangeProgressDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for information about a configuration change happening on a domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_id ⇒ String
The ID of the configuration change.
-
#config_change_status ⇒ String
The current status of the configuration change.
-
#initiated_by ⇒ String
The IAM principal who initiated the configuration change.
-
#last_updated_time ⇒ Time
The last time that the configuration change was updated.
-
#message ⇒ String
A message corresponding to the status of the configuration change.
-
#start_time ⇒ Time
The time that the configuration change was initiated, in Universal Coordinated Time (UTC).
Instance Attribute Details
#change_id ⇒ String
The ID of the configuration change.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1082 class ChangeProgressDetails < Struct.new( :change_id, :message, :config_change_status, :initiated_by, :start_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#config_change_status ⇒ String
The current status of the configuration change.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1082 class ChangeProgressDetails < Struct.new( :change_id, :message, :config_change_status, :initiated_by, :start_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#initiated_by ⇒ String
The IAM principal who initiated the configuration change.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1082 class ChangeProgressDetails < Struct.new( :change_id, :message, :config_change_status, :initiated_by, :start_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The last time that the configuration change was updated.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1082 class ChangeProgressDetails < Struct.new( :change_id, :message, :config_change_status, :initiated_by, :start_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message corresponding to the status of the configuration change.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1082 class ChangeProgressDetails < Struct.new( :change_id, :message, :config_change_status, :initiated_by, :start_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time that the configuration change was initiated, in Universal Coordinated Time (UTC).
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1082 class ChangeProgressDetails < Struct.new( :change_id, :message, :config_change_status, :initiated_by, :start_time, :last_updated_time) SENSITIVE = [] include Aws::Structure end |