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.
2653 2654 2655 2656 2657 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2653 class DescribeBackupOutput < Struct.new( :backup_description) SENSITIVE = [] include Aws::Structure end |