Class: Aws::OpenSearchService::Types::OptionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::OptionStatus
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Provides the current status of the entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The timestamp of when the entity was created.
-
#pending_deletion ⇒ Boolean
Indicates whether the domain is being deleted.
-
#state ⇒ String
Provides the
OptionState
for the domain. -
#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 of when the entity was created.
3769 3770 3771 3772 3773 3774 3775 3776 3777 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3769 class OptionStatus < Struct.new( :creation_date, :update_date, :update_version, :state, :pending_deletion) SENSITIVE = [] include Aws::Structure end |
#pending_deletion ⇒ Boolean
Indicates whether the domain is being deleted.
3769 3770 3771 3772 3773 3774 3775 3776 3777 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3769 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 domain.
3769 3770 3771 3772 3773 3774 3775 3776 3777 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3769 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.
3769 3770 3771 3772 3773 3774 3775 3776 3777 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3769 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.
3769 3770 3771 3772 3773 3774 3775 3776 3777 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3769 class OptionStatus < Struct.new( :creation_date, :update_date, :update_version, :state, :pending_deletion) SENSITIVE = [] include Aws::Structure end |