Class: Aws::Types::RestoreTableFromSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activate_case_sensitive_identifierBoolean

Returns the value of attribute activate_case_sensitive_identifier.

Returns:

  • (Boolean)


849
850
851
# File 'sig/types.rbs', line 849

def activate_case_sensitive_identifier
  @activate_case_sensitive_identifier
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def namespace_name
  @namespace_name
end

#new_table_name::String

Returns the value of attribute new_table_name.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def new_table_name
  @new_table_name
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def snapshot_name
  @snapshot_name
end

#source_database_name::String

Returns the value of attribute source_database_name.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def source_database_name
  @source_database_name
end

#source_schema_name::String

Returns the value of attribute source_schema_name.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def source_schema_name
  @source_schema_name
end

#source_table_name::String

Returns the value of attribute source_table_name.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def source_table_name
  @source_table_name
end

#target_database_name::String

Returns the value of attribute target_database_name.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def target_database_name
  @target_database_name
end

#target_schema_name::String

Returns the value of attribute target_schema_name.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def target_schema_name
  @target_schema_name
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def workgroup_name
  @workgroup_name
end