Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SSMContacts::Types::Stage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#duration_in_minutesInteger

The time to wait until beginning the next stage. The duration can only be set to 0 if a target is specified.

Returns:

  • (Integer)

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

#targetsArray<Types::Target>

The contacts or contact methods that the escalation plan or engagement plan is engaging.

Returns:


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