Class: Aws::Types::TableRestoreStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def message
  @message
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


952
953
954
# File 'sig/types.rbs', line 952

def namespace_name
  @namespace_name
end

#new_table_name::String

Returns the value of attribute new_table_name.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def new_table_name
  @new_table_name
end

#progress_in_mega_bytes::Integer

Returns the value of attribute progress_in_mega_bytes.

Returns:

  • (::Integer)


954
955
956
# File 'sig/types.rbs', line 954

def progress_in_mega_bytes
  @progress_in_mega_bytes
end

#recovery_point_id::String

Returns the value of attribute recovery_point_id.

Returns:

  • (::String)


955
956
957
# File 'sig/types.rbs', line 955

def recovery_point_id
  @recovery_point_id
end

#request_time::Time

Returns the value of attribute request_time.

Returns:

  • (::Time)


956
957
958
# File 'sig/types.rbs', line 956

def request_time
  @request_time
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


957
958
959
# File 'sig/types.rbs', line 957

def snapshot_name
  @snapshot_name
end

#source_database_name::String

Returns the value of attribute source_database_name.

Returns:

  • (::String)


958
959
960
# File 'sig/types.rbs', line 958

def source_database_name
  @source_database_name
end

#source_schema_name::String

Returns the value of attribute source_schema_name.

Returns:

  • (::String)


959
960
961
# File 'sig/types.rbs', line 959

def source_schema_name
  @source_schema_name
end

#source_table_name::String

Returns the value of attribute source_table_name.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def source_table_name
  @source_table_name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def status
  @status
end

#table_restore_request_id::String

Returns the value of attribute table_restore_request_id.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def table_restore_request_id
  @table_restore_request_id
end

#target_database_name::String

Returns the value of attribute target_database_name.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def target_database_name
  @target_database_name
end

#target_schema_name::String

Returns the value of attribute target_schema_name.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def target_schema_name
  @target_schema_name
end

#total_data_in_mega_bytes::Integer

Returns the value of attribute total_data_in_mega_bytes.

Returns:

  • (::Integer)


965
966
967
# File 'sig/types.rbs', line 965

def total_data_in_mega_bytes
  @total_data_in_mega_bytes
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


966
967
968
# File 'sig/types.rbs', line 966

def workgroup_name
  @workgroup_name
end