Class: Aws::OpenSearchService::Types::OptionStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Provides the current status of an entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The timestamp when the entity was created.

Returns:

  • (Time)


4766
4767
4768
4769
4770
4771
4772
4773
4774
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4766

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

#pending_deletionBoolean

Indicates whether the entity is being deleted.

Returns:

  • (Boolean)


4766
4767
4768
4769
4770
4771
4772
4773
4774
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4766

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

#stateString

The state of the entity.

Returns:

  • (String)


4766
4767
4768
4769
4770
4771
4772
4773
4774
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4766

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

#update_dateTime

The timestamp of the last time the entity was updated.

Returns:

  • (Time)


4766
4767
4768
4769
4770
4771
4772
4773
4774
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4766

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

#update_versionInteger

The latest version of the entity.

Returns:

  • (Integer)


4766
4767
4768
4769
4770
4771
4772
4773
4774
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4766

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