Class: Aws::CloudSearch::Types::OptionStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudsearch/types.rb

Overview

The status of domain configuration option.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

A timestamp for when this option was created.

Returns:

  • (Time)


2070
2071
2072
2073
2074
2075
2076
2077
# File 'lib/aws-sdk-cloudsearch/types.rb', line 2070

class OptionStatus < Struct.new(
  :creation_date,
  :update_date,
  :update_version,
  :state,
  :pending_deletion)
  include Aws::Structure
end

#pending_deletionBoolean

Indicates that the option will be deleted once processing is complete.

Returns:

  • (Boolean)


2070
2071
2072
2073
2074
2075
2076
2077
# File 'lib/aws-sdk-cloudsearch/types.rb', line 2070

class OptionStatus < Struct.new(
  :creation_date,
  :update_date,
  :update_version,
  :state,
  :pending_deletion)
  include Aws::Structure
end

#stateString

The state of processing a change to an option. Possible values:

  • ‘RequiresIndexDocuments`: the option’s latest value will not be deployed until IndexDocuments has been called and indexing is complete.

  • ‘Processing`: the option’s latest value is in the process of being activated.

  • ‘Active`: the option’s latest value is completely deployed.

  • ‘FailedToValidate`: the option value is not compatible with the domain’s data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.

Returns:

  • (String)


2070
2071
2072
2073
2074
2075
2076
2077
# File 'lib/aws-sdk-cloudsearch/types.rb', line 2070

class OptionStatus < Struct.new(
  :creation_date,
  :update_date,
  :update_version,
  :state,
  :pending_deletion)
  include Aws::Structure
end

#update_dateTime

A timestamp for when this option was last updated.

Returns:

  • (Time)


2070
2071
2072
2073
2074
2075
2076
2077
# File 'lib/aws-sdk-cloudsearch/types.rb', line 2070

class OptionStatus < Struct.new(
  :creation_date,
  :update_date,
  :update_version,
  :state,
  :pending_deletion)
  include Aws::Structure
end

#update_versionInteger

A unique integer that indicates when this option was last updated.

Returns:

  • (Integer)


2070
2071
2072
2073
2074
2075
2076
2077
# File 'lib/aws-sdk-cloudsearch/types.rb', line 2070

class OptionStatus < Struct.new(
  :creation_date,
  :update_date,
  :update_version,
  :state,
  :pending_deletion)
  include Aws::Structure
end