Class: Aws::Pinpoint::Types::OpenHoursRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::OpenHoursRule
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Open Hour Rules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ String
Local start time in ISO 8601 format.
-
#start_time ⇒ String
Local start time in ISO 8601 format.
Instance Attribute Details
#end_time ⇒ String
Local start time in ISO 8601 format.
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_time ⇒ String
Local start time in ISO 8601 format.
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 |