Class: Aws::Types::CreateGlobalClusterMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def database_name
  @database_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


231
232
233
# File 'sig/types.rbs', line 231

def deletion_protection
  @deletion_protection
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def engine_version
  @engine_version
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def global_cluster_identifier
  @global_cluster_identifier
end

#source_db_cluster_identifier::String

Returns the value of attribute source_db_cluster_identifier.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def source_db_cluster_identifier
  @source_db_cluster_identifier
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


233
234
235
# File 'sig/types.rbs', line 233

def storage_encrypted
  @storage_encrypted
end