Class: Aws::EC2::Types::AvailabilityZoneGeography
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AvailabilityZoneGeography
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the geography information for an Availability Zone or Local Zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the geography, for example,
United States of America.
Instance Attribute Details
#name ⇒ String
The name of the geography, for example, United States of America.
3971 3972 3973 3974 3975 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3971 class AvailabilityZoneGeography < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |