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

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


3030
3031
3032
# File 'sig/types.rbs', line 3030

def cluster_identifier
  @cluster_identifier
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


3026
3027
3028
# File 'sig/types.rbs', line 3026

def message
  @message
end

#new_table_name::String

Returns the value of attribute new_table_name.

Returns:

  • (::String)


3037
3038
3039
# File 'sig/types.rbs', line 3037

def new_table_name
  @new_table_name
end

#progress_in_mega_bytes::Integer

Returns the value of attribute progress_in_mega_bytes.

Returns:

  • (::Integer)


3028
3029
3030
# File 'sig/types.rbs', line 3028

def progress_in_mega_bytes
  @progress_in_mega_bytes
end

#request_time::Time

Returns the value of attribute request_time.

Returns:

  • (::Time)


3027
3028
3029
# File 'sig/types.rbs', line 3027

def request_time
  @request_time
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


3031
3032
3033
# File 'sig/types.rbs', line 3031

def snapshot_identifier
  @snapshot_identifier
end

#source_database_name::String

Returns the value of attribute source_database_name.

Returns:

  • (::String)


3032
3033
3034
# File 'sig/types.rbs', line 3032

def source_database_name
  @source_database_name
end

#source_schema_name::String

Returns the value of attribute source_schema_name.

Returns:

  • (::String)


3033
3034
3035
# File 'sig/types.rbs', line 3033

def source_schema_name
  @source_schema_name
end

#source_table_name::String

Returns the value of attribute source_table_name.

Returns:

  • (::String)


3034
3035
3036
# File 'sig/types.rbs', line 3034

def source_table_name
  @source_table_name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "IN_PROGRESS", "SUCCEEDED", "FAILED", "CANCELED")


3025
3026
3027
# File 'sig/types.rbs', line 3025

def status
  @status
end

#table_restore_request_id::String

Returns the value of attribute table_restore_request_id.

Returns:

  • (::String)


3024
3025
3026
# File 'sig/types.rbs', line 3024

def table_restore_request_id
  @table_restore_request_id
end

#target_database_name::String

Returns the value of attribute target_database_name.

Returns:

  • (::String)


3035
3036
3037
# File 'sig/types.rbs', line 3035

def target_database_name
  @target_database_name
end

#target_schema_name::String

Returns the value of attribute target_schema_name.

Returns:

  • (::String)


3036
3037
3038
# File 'sig/types.rbs', line 3036

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)


3029
3030
3031
# File 'sig/types.rbs', line 3029

def total_data_in_mega_bytes
  @total_data_in_mega_bytes
end