Class: Aws::DynamoDB::Types::DescribeBackupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeBackupOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_description ⇒ Types::BackupDescription
Contains the description of the backup created for the table.
Instance Attribute Details
#backup_description ⇒ Types::BackupDescription
Contains the description of the backup created for the table.
2867 2868 2869 2870 2871 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2867 class DescribeBackupOutput < Struct.new( :backup_description) SENSITIVE = [] include Aws::Structure end |