Class: Aws::DynamoDB::Types::DescribeBackupInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_arnString

The Amazon Resource Name (ARN) associated with the backup.

Returns:

  • (String)


2639
2640
2641
2642
2643
# File 'lib/aws-sdk-dynamodb/types.rb', line 2639

class DescribeBackupInput < Struct.new(
  :backup_arn)
  SENSITIVE = []
  include Aws::Structure
end