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

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

{
  table_name: "TableName", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_nameString

The name of the table.

Returns:

  • (String)


3229
3230
3231
3232
3233
# File 'lib/aws-sdk-dynamodb/types.rb', line 3229

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