Class: Aws::ElastiCache::Types::AvailabilityZone
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::AvailabilityZone
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Describes an Availability Zone in which the cluster is launched.
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.
188 189 190 191 192 |
# File 'lib/aws-sdk-elasticache/types.rb', line 188 class AvailabilityZone < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |