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)


70150
70151
70152
70153
70154
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70150

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