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

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 DescribeContinuousBackupsInput data as a hash:

{
  table_name: "TableName", # required
}

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)


2471
2472
2473
2474
# File 'lib/aws-sdk-dynamodb/types.rb', line 2471

class DescribeContinuousBackupsInput < Struct.new(
  :table_name)
  include Aws::Structure
end