Class: Aws::DynamoDB::Types::DescribeContinuousBackupsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeContinuousBackupsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_name ⇒ String
Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
Instance Attribute Details
#table_name ⇒ String
Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.
2530 2531 2532 2533 2534 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2530 class DescribeContinuousBackupsInput < Struct.new( :table_name) SENSITIVE = [] include Aws::Structure end |