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.

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.



935
936
937
938
# File 'lib/aws-sdk-cloudsearch/types.rb', line 935

class DescribeAvailabilityOptionsResponse < Struct.new(
  :availability_options)
  include Aws::Structure
end