Class: Aws::OpenSearchService::Types::DryRunProgressStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DryRunProgressStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Information about the progress of a pre-upgrade dry run analysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ String
The timestamp when the dry run was initiated.
-
#dry_run_id ⇒ String
The unique identifier of the dry run.
-
#dry_run_status ⇒ String
The current status of the dry run.
-
#update_date ⇒ String
The timestamp when the dry run was last updated.
-
#validation_failures ⇒ Array<Types::ValidationFailure>
Any validation failures that occurred as a result of the dry run.
Instance Attribute Details
#creation_date ⇒ String
The timestamp when the dry run was initiated.
3651 3652 3653 3654 3655 3656 3657 3658 3659 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3651 class DryRunProgressStatus < Struct.new( :dry_run_id, :dry_run_status, :creation_date, :update_date, :validation_failures) SENSITIVE = [] include Aws::Structure end |
#dry_run_id ⇒ String
The unique identifier of the dry run.
3651 3652 3653 3654 3655 3656 3657 3658 3659 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3651 class DryRunProgressStatus < Struct.new( :dry_run_id, :dry_run_status, :creation_date, :update_date, :validation_failures) SENSITIVE = [] include Aws::Structure end |
#dry_run_status ⇒ String
The current status of the dry run.
3651 3652 3653 3654 3655 3656 3657 3658 3659 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3651 class DryRunProgressStatus < Struct.new( :dry_run_id, :dry_run_status, :creation_date, :update_date, :validation_failures) SENSITIVE = [] include Aws::Structure end |
#update_date ⇒ String
The timestamp when the dry run was last updated.
3651 3652 3653 3654 3655 3656 3657 3658 3659 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3651 class DryRunProgressStatus < Struct.new( :dry_run_id, :dry_run_status, :creation_date, :update_date, :validation_failures) SENSITIVE = [] include Aws::Structure end |
#validation_failures ⇒ Array<Types::ValidationFailure>
Any validation failures that occurred as a result of the dry run.
3651 3652 3653 3654 3655 3656 3657 3658 3659 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3651 class DryRunProgressStatus < Struct.new( :dry_run_id, :dry_run_status, :creation_date, :update_date, :validation_failures) SENSITIVE = [] include Aws::Structure end |