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

#descriptionString

The description of the stage.

Returns:

  • (String)


928
929
930
931
932
933
934
935
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 928

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

#last_updatedTime

The most recent updated timestamp of the stage.

Returns:

  • (Time)


928
929
930
931
932
933
934
935
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 928

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

#nameString

The name of the stage.

Returns:

  • (String)


928
929
930
931
932
933
934
935
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 928

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

#statusString

The status of the stage.

Returns:

  • (String)


928
929
930
931
932
933
934
935
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 928

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