Class: Aws::EC2::Types::AvailabilityZoneSubGeography
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AvailabilityZoneSubGeography
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the sub-geography information for an Availability Zone or Local Zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the sub-geography, for example, ‘Oregon.`.
Instance Attribute Details
#name ⇒ String
The name of the sub-geography, for example, ‘Oregon.`
4002 4003 4004 4005 4006 |
# File 'lib/aws-sdk-ec2/types.rb', line 4002 class AvailabilityZoneSubGeography < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |