Class: Aws::EC2::Types::RegionGeography
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RegionGeography
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the geography information for a Region.
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.
70558 70559 70560 70561 70562 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70558 class RegionGeography < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |