Class: Aws::Inspector2::Types::Time
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Time
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#time_of_day ⇒ String
The time of day in 24-hour format (00:00).
-
#timezone ⇒ String
The timezone.
Instance Attribute Details
#time_of_day ⇒ String
The time of day in 24-hour format (00:00).
8468 8469 8470 8471 8472 8473 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8468 class Time < Struct.new( :time_of_day, :timezone) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
The timezone.
8468 8469 8470 8471 8472 8473 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8468 class Time < Struct.new( :time_of_day, :timezone) SENSITIVE = [] include Aws::Structure end |