Class: Aws::Types::UpdateClusterVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rollback_config ⇒ Types::RollbackConfig
Returns the value of attribute rollback_config.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def client_request_token @client_request_token end |
#force ⇒ Boolean
Returns the value of attribute force.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def force @force end |
#name ⇒ ::String
Returns the value of attribute name.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def name @name end |
#rollback_config ⇒ Types::RollbackConfig
Returns the value of attribute rollback_config.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def rollback_config @rollback_config end |
#version ⇒ ::String
Returns the value of attribute version.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def version @version end |