Class: Aws::Types::CreateBackupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_name::String

Returns the value of attribute backup_name.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def backup_name
  @backup_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def table_name
  @table_name
end