Class: Aws::Lightsail::Types::AvailabilityZone
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::AvailabilityZone
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes an Availability Zone. This is returned only as part of a ‘GetRegions` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The state of the Availability Zone.
-
#zone_name ⇒ String
The name of the Availability Zone.
Instance Attribute Details
#state ⇒ String
The state of the Availability Zone.
954 955 956 957 958 959 |
# File 'lib/aws-sdk-lightsail/types.rb', line 954 class AvailabilityZone < Struct.new( :zone_name, :state) SENSITIVE = [] include Aws::Structure end |
#zone_name ⇒ String
The name of the Availability Zone. The format is ‘us-east-2a` (case-sensitive).
954 955 956 957 958 959 |
# File 'lib/aws-sdk-lightsail/types.rb', line 954 class AvailabilityZone < Struct.new( :zone_name, :state) SENSITIVE = [] include Aws::Structure end |