Class: Aws::SSMContacts::Types::GetContactResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::GetContactResult
- Defined in:
- gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The alias of the contact or escalation plan.
-
#contact_arn ⇒ String
The ARN of the contact or escalation plan.
-
#display_name ⇒ String
The full name of the contact or escalation plan.
-
#plan ⇒ Types::Plan
Details about the specific timing or stages and targets of the escalation plan or engagement plan.
-
#type ⇒ String
The type of contact.
Instance Attribute Details
#alias ⇒ String
The alias of the contact or escalation plan. The alias is unique and identifiable.
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1008 class GetContactResult < Struct.new( :contact_arn, :alias, :display_name, :type, :plan) SENSITIVE = [] include Aws::Structure end |
#contact_arn ⇒ String
The ARN of the contact or escalation plan.
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1008 class GetContactResult < Struct.new( :contact_arn, :alias, :display_name, :type, :plan) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The full name of the contact or escalation plan.
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1008 class GetContactResult < Struct.new( :contact_arn, :alias, :display_name, :type, :plan) SENSITIVE = [] include Aws::Structure end |
#plan ⇒ Types::Plan
Details about the specific timing or stages and targets of the escalation plan or engagement plan.
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1008 class GetContactResult < Struct.new( :contact_arn, :alias, :display_name, :type, :plan) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of contact.
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1008 class GetContactResult < Struct.new( :contact_arn, :alias, :display_name, :type, :plan) SENSITIVE = [] include Aws::Structure end |