Class: Aws::ElasticsearchService::Types::OptionStatus

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

Overview

Provides the current status of the entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

Timestamp which tells the creation date for the entity.

Returns:

  • (Time)


3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3355

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

#pending_deletionBoolean

Indicates whether the Elasticsearch domain is being deleted.

Returns:

  • (Boolean)


3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3355

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

#stateString

Provides the OptionState for the Elasticsearch domain.

Returns:

  • (String)


3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3355

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

#update_dateTime

Timestamp which tells the last updated time for the entity.

Returns:

  • (Time)


3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3355

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

#update_versionInteger

Specifies the latest version for the entity.

Returns:

  • (Integer)


3355
3356
3357
3358
3359
3360
3361
3362
3363
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3355

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