Class: Aws::Types::ModifyGlobalClusterMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_major_version_upgradeBoolean

Returns the value of attribute allow_major_version_upgrade.

Returns:

  • (Boolean)


3242
3243
3244
# File 'sig/types.rbs', line 3242

def allow_major_version_upgrade
  @allow_major_version_upgrade
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


3240
3241
3242
# File 'sig/types.rbs', line 3240

def deletion_protection
  @deletion_protection
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


3241
3242
3243
# File 'sig/types.rbs', line 3241

def engine_version
  @engine_version
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.

Returns:

  • (::String)


3238
3239
3240
# File 'sig/types.rbs', line 3238

def global_cluster_identifier
  @global_cluster_identifier
end

#new_global_cluster_identifier::String

Returns the value of attribute new_global_cluster_identifier.

Returns:

  • (::String)


3239
3240
3241
# File 'sig/types.rbs', line 3239

def new_global_cluster_identifier
  @new_global_cluster_identifier
end