Class: Aws::DynamoDB::Types::BackupSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Contains details for the backup.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_arn ⇒ String

ARN associated with the backup.

Returns:

  • (String)


668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 668

class BackupSummary < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :backup_arn,
  :backup_name,
  :backup_creation_date_time,
  :backup_expiry_date_time,
  :backup_status,
  :backup_type,
  :backup_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#backup_creation_date_time ⇒ Time

Time at which the backup was created.

Returns:

  • (Time)


668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 668

class BackupSummary < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :backup_arn,
  :backup_name,
  :backup_creation_date_time,
  :backup_expiry_date_time,
  :backup_status,
  :backup_type,
  :backup_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#backup_expiry_date_time ⇒ Time

Time at which the automatic on-demand backup created by DynamoDB will expire. This SYSTEM on-demand backup expires automatically 35 days after its creation.

Returns:

  • (Time)


668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 668

class BackupSummary < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :backup_arn,
  :backup_name,
  :backup_creation_date_time,
  :backup_expiry_date_time,
  :backup_status,
  :backup_type,
  :backup_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#backup_name ⇒ String

Name of the specified backup.

Returns:

  • (String)


668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 668

class BackupSummary < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :backup_arn,
  :backup_name,
  :backup_creation_date_time,
  :backup_expiry_date_time,
  :backup_status,
  :backup_type,
  :backup_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#backup_size_bytes ⇒ Integer

Size of the backup in bytes.

Returns:

  • (Integer)


668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 668

class BackupSummary < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :backup_arn,
  :backup_name,
  :backup_creation_date_time,
  :backup_expiry_date_time,
  :backup_status,
  :backup_type,
  :backup_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#backup_status ⇒ String

Backup can be in one of the following states: CREATING, ACTIVE, DELETED.

Returns:

  • (String)


668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 668

class BackupSummary < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :backup_arn,
  :backup_name,
  :backup_creation_date_time,
  :backup_expiry_date_time,
  :backup_status,
  :backup_type,
  :backup_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#backup_type ⇒ String

BackupType:

  • USER - You create and manage these using the on-demand backup feature.

  • SYSTEM - If you delete a table with point-in-time recovery enabled, a SYSTEM backup is automatically created and is retained for 35 days (at no additional cost). System backups allow you to restore the deleted table to the state it was in just before the point of deletion.

  • AWS_BACKUP - On-demand backup created by you from Backup service.

Returns:

  • (String)


668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 668

class BackupSummary < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :backup_arn,
  :backup_name,
  :backup_creation_date_time,
  :backup_expiry_date_time,
  :backup_status,
  :backup_type,
  :backup_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#table_arn ⇒ String

ARN associated with the table.

Returns:

  • (String)


668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 668

class BackupSummary < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :backup_arn,
  :backup_name,
  :backup_creation_date_time,
  :backup_expiry_date_time,
  :backup_status,
  :backup_type,
  :backup_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#table_id ⇒ String

Unique identifier for the table.

Returns:

  • (String)


668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 668

class BackupSummary < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :backup_arn,
  :backup_name,
  :backup_creation_date_time,
  :backup_expiry_date_time,
  :backup_status,
  :backup_type,
  :backup_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#table_name ⇒ String

Name of the table.

Returns:

  • (String)


668
669
670
671
672
673
674
675
676
677
678
679
680
681
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 668

class BackupSummary < Struct.new(
  :table_name,
  :table_id,
  :table_arn,
  :backup_arn,
  :backup_name,
  :backup_creation_date_time,
  :backup_expiry_date_time,
  :backup_status,
  :backup_type,
  :backup_size_bytes)
  SENSITIVE = []
  include Aws::Structure
end