Class: Aws::DynamoDB::Types::DeleteBackupInput

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 ARN associated with the backup.

Returns:

  • (String)


2179
2180
2181
2182
2183
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2179

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