Class: Aws::CloudSearch::Types::DescribeAvailabilityOptionsResponse

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

Overview

The result of a ‘DescribeAvailabilityOptions` request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_optionsTypes::AvailabilityOptionsStatus

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.



729
730
731
732
733
# File 'lib/aws-sdk-cloudsearch/types.rb', line 729

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