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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3195
3196
3197
3198
3199
3200
3201
3202
3203
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3195

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)


3195
3196
3197
3198
3199
3200
3201
3202
3203
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3195

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)


3195
3196
3197
3198
3199
3200
3201
3202
3203
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3195

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)


3195
3196
3197
3198
3199
3200
3201
3202
3203
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3195

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)


3195
3196
3197
3198
3199
3200
3201
3202
3203
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3195

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