Class: Aws::Types::AwsElasticsearchDomainServiceSoftwareOptions
- Inherits:
-
Object
- Object
- Aws::Types::AwsElasticsearchDomainServiceSoftwareOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automated_update_date ⇒ ::String
Returns the value of attribute automated_update_date.
-
#cancellable ⇒ Boolean
Returns the value of attribute cancellable.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#new_version ⇒ ::String
Returns the value of attribute new_version.
-
#update_available ⇒ Boolean
Returns the value of attribute update_available.
-
#update_status ⇒ ::String
Returns the value of attribute update_status.
Instance Attribute Details
#automated_update_date ⇒ ::String
Returns the value of attribute automated_update_date.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def automated_update_date @automated_update_date end |
#cancellable ⇒ Boolean
Returns the value of attribute cancellable.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def cancellable @cancellable end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def current_version @current_version end |
#description ⇒ ::String
Returns the value of attribute description.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def description @description end |
#new_version ⇒ ::String
Returns the value of attribute new_version.
2654 2655 2656 |
# File 'sig/types.rbs', line 2654 def new_version @new_version end |
#update_available ⇒ Boolean
Returns the value of attribute update_available.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def update_available @update_available end |
#update_status ⇒ ::String
Returns the value of attribute update_status.
2656 2657 2658 |
# File 'sig/types.rbs', line 2656 def update_status @update_status end |