Class: Aws::OpenSearchService::Types::DryRunProgressStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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

Instance Attribute Details

#creation_dateString

The timestamp when the dry run was initiated.

Returns:

  • (String)


3216
3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3216

class DryRunProgressStatus < Struct.new(
  :dry_run_id,
  :dry_run_status,
  :creation_date,
  :update_date,
  :validation_failures)
  SENSITIVE = []
  include Aws::Structure
end

#dry_run_idString

The unique identifier of the dry run.

Returns:

  • (String)


3216
3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3216

class DryRunProgressStatus < Struct.new(
  :dry_run_id,
  :dry_run_status,
  :creation_date,
  :update_date,
  :validation_failures)
  SENSITIVE = []
  include Aws::Structure
end

#dry_run_statusString

The current status of the dry run.

Returns:

  • (String)


3216
3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3216

class DryRunProgressStatus < Struct.new(
  :dry_run_id,
  :dry_run_status,
  :creation_date,
  :update_date,
  :validation_failures)
  SENSITIVE = []
  include Aws::Structure
end

#update_dateString

The timestamp when the dry run was last updated.

Returns:

  • (String)


3216
3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3216

class DryRunProgressStatus < Struct.new(
  :dry_run_id,
  :dry_run_status,
  :creation_date,
  :update_date,
  :validation_failures)
  SENSITIVE = []
  include Aws::Structure
end

#validation_failuresArray<Types::ValidationFailure>

Any validation failures that occurred as a result of the dry run.

Returns:



3216
3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3216

class DryRunProgressStatus < Struct.new(
  :dry_run_id,
  :dry_run_status,
  :creation_date,
  :update_date,
  :validation_failures)
  SENSITIVE = []
  include Aws::Structure
end