Class: Aws::Pinpoint::Types::QuietTime
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::QuietTime
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass QuietTime data as a hash:
{
end: "__string",
start: "__string",
}
Quiet Time
Instance Attribute Summary collapse
-
#end ⇒ String
The default end time for quiet time in ISO 8601 format.
-
#start ⇒ String
The default start time for quiet time in ISO 8601 format.
Instance Attribute Details
#end ⇒ String
The default end time for quiet time in ISO 8601 format.
3669 3670 3671 3672 3673 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3669 class QuietTime < Struct.new( :end, :start) include Aws::Structure end |
#start ⇒ String
The default start time for quiet time in ISO 8601 format.
3669 3670 3671 3672 3673 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3669 class QuietTime < Struct.new( :end, :start) include Aws::Structure end |