Class: Aws::ElasticsearchService::Types::OptionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::OptionStatus
- 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
-
#creation_date ⇒ Time
Timestamp which tells the creation date for the entity.
-
#pending_deletion ⇒ Boolean
Indicates whether the Elasticsearch domain is being deleted.
-
#state ⇒ String
Provides the ‘OptionState` for the Elasticsearch domain.
-
#update_date ⇒ Time
Timestamp which tells the last updated time for the entity.
-
#update_version ⇒ Integer
Specifies the latest version for the entity.
Instance Attribute Details
#creation_date ⇒ Time
Timestamp which tells the creation date for the entity.
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_deletion ⇒ Boolean
Indicates whether the Elasticsearch domain is being deleted.
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 |
#state ⇒ String
Provides the ‘OptionState` for the Elasticsearch domain.
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_date ⇒ Time
Timestamp which tells the last updated time for the entity.
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_version ⇒ Integer
Specifies the latest version for the entity.
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 |