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)


6841
6842
6843
6844
6845
6846
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6841

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

#timezoneString

The timezone.

Returns:

  • (String)


6841
6842
6843
6844
6845
6846
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6841

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