Class: Aws::GeoRoutes::Types::RouteEmissionType
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteEmissionType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Type of the emission.
**Valid values**: ‘Euro1, Euro2, Euro3, Euro4, Euro5, Euro6, EuroEev`
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#co_2_emission_class ⇒ String
The CO 2 emission classes.
-
#type ⇒ String
Type of the emission.
Instance Attribute Details
#co_2_emission_class ⇒ String
The CO 2 emission classes.
2245 2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-georoutes/types.rb', line 2245 class RouteEmissionType < Struct.new( :co_2_emission_class, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of the emission.
**Valid values**: ‘Euro1, Euro2, Euro3, Euro4, Euro5, Euro6, EuroEev`
2245 2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-georoutes/types.rb', line 2245 class RouteEmissionType < Struct.new( :co_2_emission_class, :type) SENSITIVE = [] include Aws::Structure end |