Class: Aws::CloudSearch::Types::UpdateScalingParametersResponse

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

Overview

The result of a UpdateScalingParameters request. Contains the status of the newly-configured scaling parameters.

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.



2063
2064
2065
2066
2067
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 2063

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