Class: Aws::GeoRoutes::Types::RouteTollPassValidityPeriod
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteTollPassValidityPeriod
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Period for which the pass is valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#period ⇒ String
Validity period.
-
#period_count ⇒ Integer
Counts for the validity period.
Instance Attribute Details
#period ⇒ String
Validity period.
4589 4590 4591 4592 4593 4594 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4589 class RouteTollPassValidityPeriod < Struct.new( :period, :period_count) SENSITIVE = [] include Aws::Structure end |
#period_count ⇒ Integer
Counts for the validity period.
4589 4590 4591 4592 4593 4594 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4589 class RouteTollPassValidityPeriod < Struct.new( :period, :period_count) SENSITIVE = [] include Aws::Structure end |