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

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def deletion_protection
  @deletion_protection
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.

Returns:

  • (::String)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def global_cluster_identifier
  @global_cluster_identifier
end

#new_global_cluster_identifier::String

Returns the value of attribute new_global_cluster_identifier.

Returns:

  • (::String)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def new_global_cluster_identifier
  @new_global_cluster_identifier
end