Class: Aws::DynamoDB::Types::CreateBackupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::CreateBackupOutput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_details ⇒ Types::BackupDetails
Contains the details of the backup created for the table.
Instance Attribute Details
#backup_details ⇒ Types::BackupDetails
Contains the details of the backup created for the table.
1693 1694 1695 1696 1697 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 1693 class CreateBackupOutput < Struct.new( :backup_details) SENSITIVE = [] include Aws::Structure end |