Class: Aws::DynamoDB::Types::DescribeContinuousBackupsInput

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

#table_nameString

Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.

Returns:

  • (String)


2525
2526
2527
2528
2529
# File 'lib/aws-sdk-dynamodb/types.rb', line 2525

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