Class: Aws::DynamoDB::Types::UpdateTableReplicaAutoScalingOutput

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_auto_scaling_descriptionTypes::TableAutoScalingDescription

Returns information about the auto scaling settings of a table with replicas.



10488
10489
10490
10491
10492
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10488

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