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.
name | -> | to_s |
name | -> | to_str |
name | [R] |
@return [String] Returns the name of the availability zone,
e.g. "us-east-1a". |