Class: Aws::ElastiCache::Types::AvailabilityZone

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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

Instance Attribute Details

#nameString

The name of the Availability Zone.

Returns:

  • (String)


188
189
190
191
192
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 188

class AvailabilityZone < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end