Class: Aws::Types::AlternateContact

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :title, :email_address, :phone_number])

Instance Attribute Summary collapse

Instance Attribute Details

#alternate_contact_type"BILLING", ...

Returns the value of attribute alternate_contact_type.

Returns:

  • ("BILLING", "OPERATIONS", "SECURITY")


34
35
36
# File 'sig/types.rbs', line 34

def alternate_contact_type
  @alternate_contact_type
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def email_address
  @email_address
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def name
  @name
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def phone_number
  @phone_number
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def title
  @title
end