Class: Aws::Types::Time

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#time_of_day::String

Returns the value of attribute time_of_day.

Returns:

  • (::String)


2763
2764
2765
# File 'sig/types.rbs', line 2763

def time_of_day
  @time_of_day
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


2764
2765
2766
# File 'sig/types.rbs', line 2764

def timezone
  @timezone
end