Class: Aws::Types::EmergencyContact

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_notes::String

Returns the value of attribute contact_notes.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def contact_notes
  @contact_notes
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def email_address
  @email_address
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def phone_number
  @phone_number
end