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)


3010
3011
3012
# File 'sig/types.rbs', line 3010

def cluster_identifier
  @cluster_identifier
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


3006
3007
3008
# File 'sig/types.rbs', line 3006

def message
  @message
end

#new_table_name::String

Returns the value of attribute new_table_name.

Returns:

  • (::String)


3017
3018
3019
# File 'sig/types.rbs', line 3017

def new_table_name
  @new_table_name
end

#progress_in_mega_bytes::Integer

Returns the value of attribute progress_in_mega_bytes.

Returns:

  • (::Integer)


3008
3009
3010
# File 'sig/types.rbs', line 3008

def progress_in_mega_bytes
  @progress_in_mega_bytes
end

#request_time::Time

Returns the value of attribute request_time.

Returns:

  • (::Time)


3007
3008
3009
# File 'sig/types.rbs', line 3007

def request_time
  @request_time
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


3011
3012
3013
# File 'sig/types.rbs', line 3011

def snapshot_identifier
  @snapshot_identifier
end

#source_database_name::String

Returns the value of attribute source_database_name.

Returns:

  • (::String)


3012
3013
3014
# File 'sig/types.rbs', line 3012

def source_database_name
  @source_database_name
end

#source_schema_name::String

Returns the value of attribute source_schema_name.

Returns:

  • (::String)


3013
3014
3015
# File 'sig/types.rbs', line 3013

def source_schema_name
  @source_schema_name
end

#source_table_name::String

Returns the value of attribute source_table_name.

Returns:

  • (::String)


3014
3015
3016
# File 'sig/types.rbs', line 3014

def source_table_name
  @source_table_name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


3005
3006
3007
# File 'sig/types.rbs', line 3005

def status
  @status
end

#table_restore_request_id::String

Returns the value of attribute table_restore_request_id.

Returns:

  • (::String)


3004
3005
3006
# File 'sig/types.rbs', line 3004

def table_restore_request_id
  @table_restore_request_id
end

#target_database_name::String

Returns the value of attribute target_database_name.

Returns:

  • (::String)


3015
3016
3017
# File 'sig/types.rbs', line 3015

def target_database_name
  @target_database_name
end

#target_schema_name::String

Returns the value of attribute target_schema_name.

Returns:

  • (::String)


3016
3017
3018
# File 'sig/types.rbs', line 3016

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)


3009
3010
3011
# File 'sig/types.rbs', line 3009

def total_data_in_mega_bytes
  @total_data_in_mega_bytes
end