Class: Aws::DynamoDB::Types::DescribeTableReplicaAutoScalingInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_nameString

The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Returns:

  • (String)


2964
2965
2966
2967
2968
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2964

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