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.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def client_request_token @client_request_token end |
#force ⇒ Boolean
Returns the value of attribute force.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def force @force end |
#name ⇒ ::String
Returns the value of attribute name.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def name @name end |
#rollback_config ⇒ Types::RollbackConfig
Returns the value of attribute rollback_config.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def rollback_config @rollback_config end |
#version ⇒ ::String
Returns the value of attribute version.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def version @version end |