Class: Aws::Pinpoint::Types::OpenHoursRule

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

Overview

Open Hour Rules.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeString

Local start time in ISO 8601 format.

Returns:

  • (String)


13473
13474
13475
13476
13477
13478
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 13473

class OpenHoursRule < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

Local start time in ISO 8601 format.

Returns:

  • (String)


13473
13474
13475
13476
13477
13478
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 13473

class OpenHoursRule < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end