Class: Aws::Shield::Types::EmergencyContact
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::EmergencyContact
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Contact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_notes ⇒ String
Additional notes regarding the contact.
-
#email_address ⇒ String
The email address for the contact.
-
#phone_number ⇒ String
The phone number for the contact.
Instance Attribute Details
#contact_notes ⇒ String
Additional notes regarding the contact.
930 931 932 933 934 935 936 |
# File 'lib/aws-sdk-shield/types.rb', line 930 class EmergencyContact < Struct.new( :email_address, :phone_number, :contact_notes) SENSITIVE = [] include Aws::Structure end |
#email_address ⇒ String
The email address for the contact.
930 931 932 933 934 935 936 |
# File 'lib/aws-sdk-shield/types.rb', line 930 class EmergencyContact < Struct.new( :email_address, :phone_number, :contact_notes) SENSITIVE = [] include Aws::Structure end |
#phone_number ⇒ String
The phone number for the contact.
930 931 932 933 934 935 936 |
# File 'lib/aws-sdk-shield/types.rb', line 930 class EmergencyContact < Struct.new( :email_address, :phone_number, :contact_notes) SENSITIVE = [] include Aws::Structure end |