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