Class: Aws::Types::UpgradeElasticsearchDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpgradeElasticsearchDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#perform_check_only ⇒ Boolean
Returns the value of attribute perform_check_only.
-
#target_version ⇒ ::String
Returns the value of attribute target_version.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def domain_name @domain_name end |
#perform_check_only ⇒ Boolean
Returns the value of attribute perform_check_only.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def perform_check_only @perform_check_only end |
#target_version ⇒ ::String
Returns the value of attribute target_version.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def target_version @target_version end |