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.
2948 2949 2950 2951 2952 2953 2954 2955 2956 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2948 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.
2948 2949 2950 2951 2952 2953 2954 2955 2956 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2948 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.
2948 2949 2950 2951 2952 2953 2954 2955 2956 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2948 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.
2948 2949 2950 2951 2952 2953 2954 2955 2956 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2948 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.
2948 2949 2950 2951 2952 2953 2954 2955 2956 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2948 class DryRunProgressStatus < Struct.new( :dry_run_id, :dry_run_status, :creation_date, :update_date, :validation_failures) SENSITIVE = [] include Aws::Structure end |