Class: Aws::Types::AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails
- 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.
-
#optional_deployment ⇒ Boolean
Returns the value of attribute optional_deployment.
-
#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.
3378 3379 3380 |
# File 'sig/types.rbs', line 3378 def automated_update_date @automated_update_date end |
#cancellable ⇒ Boolean
Returns the value of attribute cancellable.
3379 3380 3381 |
# File 'sig/types.rbs', line 3379 def cancellable @cancellable end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
3380 3381 3382 |
# File 'sig/types.rbs', line 3380 def current_version @current_version end |
#description ⇒ ::String
Returns the value of attribute description.
3381 3382 3383 |
# File 'sig/types.rbs', line 3381 def description @description end |
#new_version ⇒ ::String
Returns the value of attribute new_version.
3382 3383 3384 |
# File 'sig/types.rbs', line 3382 def new_version @new_version end |
#optional_deployment ⇒ Boolean
Returns the value of attribute optional_deployment.
3385 3386 3387 |
# File 'sig/types.rbs', line 3385 def optional_deployment @optional_deployment end |
#update_available ⇒ Boolean
Returns the value of attribute update_available.
3383 3384 3385 |
# File 'sig/types.rbs', line 3383 def update_available @update_available end |
#update_status ⇒ ::String
Returns the value of attribute update_status.
3384 3385 3386 |
# File 'sig/types.rbs', line 3384 def update_status @update_status end |