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.
70023 70024 70025 70026 70027 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70023 class RegionGeography < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |