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.



10307
10308
10309
10310
10311
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10307

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