Class: Aws::SSMContacts::Types::Stage
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::Stage
- Defined in:
- gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb
Overview
A set amount of time that an escalation plan or engagement plan engages the specified contacts or contact methods.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#duration_in_minutes ⇒ Integer
The time to wait until beginning the next stage.
-
#targets ⇒ Array<Types::Target>
The contacts or contact methods that the escalation plan or engagement plan is engaging.
Instance Attribute Details
#duration_in_minutes ⇒ Integer
The time to wait until beginning the next stage. The duration can only be set to 0 if a target is specified.
2162 2163 2164 2165 2166 2167 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2162 class Stage < Struct.new( :duration_in_minutes, :targets) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::Target>
The contacts or contact methods that the escalation plan or engagement plan is engaging.
2162 2163 2164 2165 2166 2167 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2162 class Stage < Struct.new( :duration_in_minutes, :targets) SENSITIVE = [] include Aws::Structure end |