You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::QuietTime
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::QuietTime
- Defined in:
- (unknown)
Overview
When passing QuietTime as input to an Aws::Client method, you can use a vanilla Hash:
{
end: "__string",
start: "__string",
}
Specifies the start and end times that define a time range when messages aren't sent to endpoints.
Returned by:
Instance Attribute Summary collapse
-
#end ⇒ String
The specific time when quiet time ends.
-
#start ⇒ String
The specific time when quiet time begins.
Instance Attribute Details
#end ⇒ String
The specific time when quiet time ends. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.
#start ⇒ String
The specific time when quiet time begins. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.