Class: Aws::EC2::Types::RegionGeography

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

Instance Attribute Details

#nameString

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

Returns:

  • (String)


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