Class: Aws::GeoRoutes::Types::RouteZone
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteZone
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
The zone.
Constant Summary collapse
- SENSITIVE =
[:category, :name]
Instance Attribute Summary collapse
-
#category ⇒ String
The zone category.
-
#name ⇒ String
The name of the zone.
Instance Attribute Details
#category ⇒ String
The zone category.
6021 6022 6023 6024 6025 6026 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6021 class RouteZone < Struct.new( :category, :name) SENSITIVE = [:category, :name] include Aws::Structure end |
#name ⇒ String
The name of the zone.
6021 6022 6023 6024 6025 6026 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6021 class RouteZone < Struct.new( :category, :name) SENSITIVE = [:category, :name] include Aws::Structure end |