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.
3182 3183 3184 3185 3186 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3182 class DescribeTableReplicaAutoScalingInput < Struct.new( :table_name) SENSITIVE = [] include Aws::Structure end |