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)


2054
2055
2056
# File 'sig/types.rbs', line 2054

def client_request_token
  @client_request_token
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


2055
2056
2057
# File 'sig/types.rbs', line 2055

def force
  @force
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2052
2053
2054
# File 'sig/types.rbs', line 2052

def name
  @name
end

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

Returns:

  • (::String)


2053
2054
2055
# File 'sig/types.rbs', line 2053

def version
  @version
end