Class: Aws::GeoPlaces::Types::OpeningHoursComponents

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

Overview

Components of the opening hours object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#open_durationString

String which represents the duration of the opening period, such as "PT12H00M".

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
1418
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1412

class OpeningHoursComponents < Struct.new(
  :open_time,
  :open_duration,
  :recurrence)
  SENSITIVE = []
  include Aws::Structure
end

#open_timeString

String which represents the opening hours, such as "T070000".

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
1418
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1412

class OpeningHoursComponents < Struct.new(
  :open_time,
  :open_duration,
  :recurrence)
  SENSITIVE = []
  include Aws::Structure
end

#recurrenceString

Days or periods when the provided opening hours are in affect.

Example: FREQ:DAILY;BYDAY:MO,TU,WE,TH,SU

Returns:

  • (String)


1412
1413
1414
1415
1416
1417
1418
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1412

class OpeningHoursComponents < Struct.new(
  :open_time,
  :open_duration,
  :recurrence)
  SENSITIVE = []
  include Aws::Structure
end