Class: Aws::OpenSearchService::Types::ChangeProgressStage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#description ⇒ String

The description of the stage.

Returns:

  • (String)


1505
1506
1507
1508
1509
1510
1511
1512
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1505

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.

Returns:

  • (Time)


1505
1506
1507
1508
1509
1510
1511
1512
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1505

class ChangeProgressStage < Struct.new(
  :name,
  :status,
  :description,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the stage.

Returns:

  • (String)


1505
1506
1507
1508
1509
1510
1511
1512
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1505

class ChangeProgressStage < Struct.new(
  :name,
  :status,
  :description,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The status of the stage.

Returns:

  • (String)


1505
1506
1507
1508
1509
1510
1511
1512
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1505

class ChangeProgressStage < Struct.new(
  :name,
  :status,
  :description,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end