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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-shield/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

Instance Attribute Details

#contact_notesString

Additional notes regarding the contact.

Returns:

  • (String)


930
931
932
933
934
935
936
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 930

class EmergencyContact < Struct.new(
  :email_address,
  :phone_number,
  :contact_notes)
  SENSITIVE = []
  include Aws::Structure
end

#email_addressString

The email address for the contact.

Returns:

  • (String)


930
931
932
933
934
935
936
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 930

class EmergencyContact < Struct.new(
  :email_address,
  :phone_number,
  :contact_notes)
  SENSITIVE = []
  include Aws::Structure
end

#phone_numberString

The phone number for the contact.

Returns:

  • (String)


930
931
932
933
934
935
936
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 930

class EmergencyContact < Struct.new(
  :email_address,
  :phone_number,
  :contact_notes)
  SENSITIVE = []
  include Aws::Structure
end