Class: Aws::EC2::Types::RegionGeography
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RegionGeography
- Includes:
- Structure
- Defined in:
- 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`.
70068 70069 70070 70071 70072 |
# File 'lib/aws-sdk-ec2/types.rb', line 70068 class RegionGeography < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |