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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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)


2612
2613
2614
2615
2616
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2612

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