Class: Aws::SSMContacts::Types::Plan
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::Plan
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#rotation_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.
-
#stages ⇒ Array<Types::Stage>
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
Instance Attribute Details
#rotation_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.
1785 1786 1787 1788 1789 1790 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1785 class Plan < Struct.new( :stages, :rotation_ids) SENSITIVE = [] include Aws::Structure end |
#stages ⇒ Array<Types::Stage>
A list of stages that the escalation plan or engagement plan uses to engage contacts and contact methods.
1785 1786 1787 1788 1789 1790 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1785 class Plan < Struct.new( :stages, :rotation_ids) SENSITIVE = [] include Aws::Structure end |