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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-dynamodb/types.rb', line 2976

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