Class: Aws::Types::AwsDynamoDbTableRestoreSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#restore_date_time::String

Returns the value of attribute restore_date_time.



1306
1307
1308
# File 'sig/types.rbs', line 1306

def restore_date_time
  @restore_date_time
end

#restore_in_progressBoolean

Returns the value of attribute restore_in_progress.



1307
1308
1309
# File 'sig/types.rbs', line 1307

def restore_in_progress
  @restore_in_progress
end

#source_backup_arn::String

Returns the value of attribute source_backup_arn.



1304
1305
1306
# File 'sig/types.rbs', line 1304

def source_backup_arn
  @source_backup_arn
end

#source_table_arn::String

Returns the value of attribute source_table_arn.



1305
1306
1307
# File 'sig/types.rbs', line 1305

def source_table_arn
  @source_table_arn
end