Class: Aws::Types::UpdateClusterVersionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def client_request_token
  @client_request_token
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def force
  @force
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2022
2023
2024
# File 'sig/types.rbs', line 2022

def name
  @name
end

#rollback_configTypes::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.

Returns:

  • (::String)


2023
2024
2025
# File 'sig/types.rbs', line 2023

def version
  @version
end