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

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

Overview

Note:

When making an API call, you may pass DescribeBackupInput data as a hash:

{
  backup_arn: "BackupArn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#backup_arnString

The ARN associated with the backup.

Returns:

  • (String)


2441
2442
2443
2444
# File 'lib/aws-sdk-dynamodb/types.rb', line 2441

class DescribeBackupInput < Struct.new(
  :backup_arn)
  include Aws::Structure
end