Class: Aws::OpenSearchService::Types::OptionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::OptionStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Provides the current status of an entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The timestamp when the entity was created.
-
#pending_deletion ⇒ Boolean
Indicates whether the entity is being deleted.
-
#state ⇒ String
The state of the entity.
-
#update_date ⇒ Time
The timestamp of the last time the entity was updated.
-
#update_version ⇒ Integer
The latest version of the entity.
Instance Attribute Details
#creation_date ⇒ Time
The timestamp when the entity was created.
4954 4955 4956 4957 4958 4959 4960 4961 4962 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4954 class OptionStatus < Struct.new( :creation_date, :update_date, :update_version, :state, :pending_deletion) SENSITIVE = [] include Aws::Structure end |
#pending_deletion ⇒ Boolean
Indicates whether the entity is being deleted.
4954 4955 4956 4957 4958 4959 4960 4961 4962 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4954 class OptionStatus < Struct.new( :creation_date, :update_date, :update_version, :state, :pending_deletion) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the entity.
4954 4955 4956 4957 4958 4959 4960 4961 4962 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4954 class OptionStatus < Struct.new( :creation_date, :update_date, :update_version, :state, :pending_deletion) SENSITIVE = [] include Aws::Structure end |
#update_date ⇒ Time
The timestamp of the last time the entity was updated.
4954 4955 4956 4957 4958 4959 4960 4961 4962 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4954 class OptionStatus < Struct.new( :creation_date, :update_date, :update_version, :state, :pending_deletion) SENSITIVE = [] include Aws::Structure end |
#update_version ⇒ Integer
The latest version of the entity.
4954 4955 4956 4957 4958 4959 4960 4961 4962 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4954 class OptionStatus < Struct.new( :creation_date, :update_date, :update_version, :state, :pending_deletion) SENSITIVE = [] include Aws::Structure end |