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)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def client_request_token
  @client_request_token
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def force
  @force
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1915
1916
1917
# File 'sig/types.rbs', line 1915

def name
  @name
end

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

Returns:

  • (::String)


1916
1917
1918
# File 'sig/types.rbs', line 1916

def version
  @version
end