Class: Aws::OpenSearchService::Types::EnvironmentInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::EnvironmentInfo
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Information about the active domain environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone_information ⇒ Array<Types::AvailabilityZoneInfo>
A list of
AvailabilityZoneInfo
for the domain.
Instance Attribute Details
#availability_zone_information ⇒ Array<Types::AvailabilityZoneInfo>
A list of AvailabilityZoneInfo
for the domain.
3477 3478 3479 3480 3481 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3477 class EnvironmentInfo < Struct.new( :availability_zone_information) SENSITIVE = [] include Aws::Structure end |