Class: Aws::MemoryDB::Types::AvailabilityZone
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::AvailabilityZone
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the Availability Zone.
Instance Attribute Details
#name ⇒ String
The name of the Availability Zone.
160 161 162 163 164 |
# File 'lib/aws-sdk-memorydb/types.rb', line 160 class AvailabilityZone < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |