Class: Aws::DynamoDB::Types::DescribeTableReplicaAutoScalingOutput

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

Represents the auto scaling properties of the table.



2976
2977
2978
2979
2980
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2976

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