Class AWS::EC2::AvailabilityZone
In: lib/aws/ec2/availability_zone.rb
Parent: Resource

Represents an EC2 availability zone. You can use this class to get information about the state of an availability zone that is available to your account.

@attr_reader [String,nil] region_name Returns the region name

  of the availability zone.

@attr_reader [Symbol] state Returns the state of the availability

  zone, e.g. +:available+.

@attr_reader [Array<String>] messages Returns a list of messages about the

  Availability Zone.

Methods

External Aliases

name -> to_s
name -> to_str

Attributes

name  [R]  @return [String] Returns the name of the availability zone,
  e.g. "us-east-1a".

Public Class methods

@param [String] name The name of the availability zone.

Protected Class methods

Public Instance methods

@return [Region] Returns the region of this availability zone.

Protected Instance methods

[Validate]