Class: Aws::EC2::Types::AvailabilityZoneSubGeography

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the sub-geography, for example, Oregon.

Returns:

  • (String)


4217
4218
4219
4220
4221
# File 'lib/aws-sdk-ec2/types.rb', line 4217

class AvailabilityZoneSubGeography < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end