Class: Aws::Pinpoint::Types::WaitTime
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::WaitTime
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Specifies a duration or a date and time that indicates when Amazon Pinpoint determines whether an activity’s conditions have been met or an activity moves participants to the next activity in a journey.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#wait_for ⇒ String
The amount of time to wait, as a duration in ISO 8601 format, before determining whether the activity’s conditions have been met or moving participants to the next activity in the journey.
-
#wait_until ⇒ String
The date and time, in ISO 8601 format, when Amazon Pinpoint determines whether the activity’s conditions have been met or the activity moves participants to the next activity in the journey.
Instance Attribute Details
#wait_for ⇒ String
The amount of time to wait, as a duration in ISO 8601 format, before determining whether the activity’s conditions have been met or moving participants to the next activity in the journey.
13607 13608 13609 13610 13611 13612 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13607 class WaitTime < Struct.new( :wait_for, :wait_until) SENSITIVE = [] include Aws::Structure end |
#wait_until ⇒ String
The date and time, in ISO 8601 format, when Amazon Pinpoint determines whether the activity’s conditions have been met or the activity moves participants to the next activity in the journey.
13607 13608 13609 13610 13611 13612 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13607 class WaitTime < Struct.new( :wait_for, :wait_until) SENSITIVE = [] include Aws::Structure end |