Class: Aws::Types::RestoreTableFromRecoveryPointRequest

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)


830
831
832
# File 'sig/types.rbs', line 830

def activate_case_sensitive_identifier
  @activate_case_sensitive_identifier
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


831
832
833
# File 'sig/types.rbs', line 831

def namespace_name
  @namespace_name
end

#new_table_name::String

Returns the value of attribute new_table_name.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def new_table_name
  @new_table_name
end

#recovery_point_id::String

Returns the value of attribute recovery_point_id.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def recovery_point_id
  @recovery_point_id
end

#source_database_name::String

Returns the value of attribute source_database_name.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def source_database_name
  @source_database_name
end

#source_schema_name::String

Returns the value of attribute source_schema_name.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def source_schema_name
  @source_schema_name
end

#source_table_name::String

Returns the value of attribute source_table_name.

Returns:

  • (::String)


836
837
838
# File 'sig/types.rbs', line 836

def source_table_name
  @source_table_name
end

#target_database_name::String

Returns the value of attribute target_database_name.

Returns:

  • (::String)


837
838
839
# File 'sig/types.rbs', line 837

def target_database_name
  @target_database_name
end

#target_schema_name::String

Returns the value of attribute target_schema_name.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def target_schema_name
  @target_schema_name
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def workgroup_name
  @workgroup_name
end