Class: Aws::CloudSearch::Types::DescribeAvailabilityOptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DescribeAvailabilityOptionsResponse
- 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
-
#availability_options ⇒ Types::AvailabilityOptionsStatus
The availability options configured for the domain.
Instance Attribute Details
#availability_options ⇒ Types::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 |