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)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def allow_major_version_upgrade
  @allow_major_version_upgrade
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def deletion_protection
  @deletion_protection
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def engine_version
  @engine_version
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.

Returns:

  • (::String)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def global_cluster_identifier
  @global_cluster_identifier
end

#new_global_cluster_identifier::String

Returns the value of attribute new_global_cluster_identifier.

Returns:

  • (::String)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def new_global_cluster_identifier
  @new_global_cluster_identifier
end