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.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def client_request_token @client_request_token end |
#force ⇒ Boolean
Returns the value of attribute force.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def force @force end |
#name ⇒ ::String
Returns the value of attribute name.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def name @name end |
#rollback_config ⇒ Types::RollbackConfig
Returns the value of attribute rollback_config.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def rollback_config @rollback_config end |
#version ⇒ ::String
Returns the value of attribute version.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def version @version end |