Class: Aws::GeoPlaces::Types::SubRegion

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-geoplaces/types.rb

Overview

The sub-region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Abbreviated code for the county or sub-region.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
# File 'lib/aws-sdk-geoplaces/types.rb', line 2390

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

#nameString

Name for the county or sub-region.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
# File 'lib/aws-sdk-geoplaces/types.rb', line 2390

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