Class: Aws::Inspector2::Types::Time

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

The time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#time_of_dayString

The time of day in 24-hour format (00:00).

Returns:

  • (String)


6818
6819
6820
6821
6822
6823
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6818

class Time < Struct.new(
  :time_of_day,
  :timezone)
  SENSITIVE = []
  include Aws::Structure
end

#timezoneString

The timezone.

Returns:

  • (String)


6818
6819
6820
6821
6822
6823
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6818

class Time < Struct.new(
  :time_of_day,
  :timezone)
  SENSITIVE = []
  include Aws::Structure
end