Class: Aws::Types::CreateGlobalTableInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#global_table_name::String

Returns the value of attribute global_table_name.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def global_table_name
  @global_table_name
end

#replication_group::Array[Types::Replica]

Returns the value of attribute replication_group.

Returns:



289
290
291
# File 'sig/types.rbs', line 289

def replication_group
  @replication_group
end