You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Shield::Types::EmergencyContact

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing EmergencyContact as input to an Aws::Client method, you can use a vanilla Hash:

{
  email_address: "EmailAddress", # required
  phone_number: "PhoneNumber",
  contact_notes: "ContactNotes",
}

Contact information that the DRT can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.

Instance Attribute Summary collapse

Instance Attribute Details

#contact_notes ⇒ String

Additional notes regarding the contact.

Returns:

  • (String) —

    Additional notes regarding the contact.

#email_address ⇒ String

The email address for the contact.

Returns:

  • (String) —

    The email address for the contact.

#phone_number ⇒ String

The phone number for the contact.

Returns:

  • (String) —

    The phone number for the contact.