Class: Aws::SocialMessaging::Types::WhatsAppTimeOfDay
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::WhatsAppTimeOfDay
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
A time of day, expressed as an hour and minute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hours ⇒ Integer
The hour of the day, from 0 to 23.
-
#minutes ⇒ Integer
The minute of the hour, from 0 to 59.
Instance Attribute Details
#hours ⇒ Integer
The hour of the day, from 0 to 23.
2813 2814 2815 2816 2817 2818 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2813 class WhatsAppTimeOfDay < Struct.new( :hours, :minutes) SENSITIVE = [] include Aws::Structure end |
#minutes ⇒ Integer
The minute of the hour, from 0 to 59.
2813 2814 2815 2816 2817 2818 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2813 class WhatsAppTimeOfDay < Struct.new( :hours, :minutes) SENSITIVE = [] include Aws::Structure end |