Class: Aws::CloudSearch::Types::DescribeScalingParametersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb

Overview

The result of a DescribeScalingParameters request. Contains the scaling parameters configured for the domain specified in the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scaling_parametersTypes::ScalingParametersStatus

The status and configuration of a search domain's scaling parameters.



904
905
906
907
908
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 904

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