Class: Aws::EC2::Types::AvailabilityZoneGeography

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

Instance Attribute Details

#nameString

The name of the geography, for example, United States of America.

Returns:

  • (String)


4033
4034
4035
4036
4037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4033

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