Class: Aws::DynamoDB::Types::DescribeBackupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeBackupInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_arn ⇒ String
The Amazon Resource Name (ARN) associated with the backup.
Instance Attribute Details
#backup_arn ⇒ String
The Amazon Resource Name (ARN) associated with the backup.
2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2641 class DescribeBackupInput < Struct.new( :backup_arn) SENSITIVE = [] include Aws::Structure end |