Class: Aws::DynamoDB::Types::CreateBackupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::CreateBackupOutput
- Includes:
- Structure
- Defined in:
- 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.
1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 1686 class CreateBackupOutput < Struct.new( :backup_details) SENSITIVE = [] include Aws::Structure end |