Class: Aws::GeoRoutes::Types::RouteZone

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

Overview

The zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

The zone category.

Returns:

  • (String)


5941
5942
5943
5944
5945
5946
# File 'lib/aws-sdk-georoutes/types.rb', line 5941

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

#nameString

The name of the zone.

Returns:

  • (String)


5941
5942
5943
5944
5945
5946
# File 'lib/aws-sdk-georoutes/types.rb', line 5941

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