Class: Aws::SSMContacts::Types::Plan

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb

Overview

Information about the stages and on-call rotation teams associated with an escalation plan or engagement plan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rotation_idsArray<String>

The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.

Returns:

  • (Array<String>)


1785
1786
1787
1788
1789
1790
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1785

class Plan < Struct.new(
  :stages,
  :rotation_ids)
  SENSITIVE = []
  include Aws::Structure
end

#stagesArray<Types::Stage>

A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.

Returns:



1785
1786
1787
1788
1789
1790
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1785

class Plan < Struct.new(
  :stages,
  :rotation_ids)
  SENSITIVE = []
  include Aws::Structure
end