Class: Aws::DynamoDB::Types::DescribeTableReplicaAutoScalingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeTableReplicaAutoScalingInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_name ⇒ String
The name of the table.
Instance Attribute Details
#table_name ⇒ String
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
2993 2994 2995 2996 2997 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2993 class DescribeTableReplicaAutoScalingInput < Struct.new( :table_name) SENSITIVE = [] include Aws::Structure end |