Class: Aws::Types::ContactPreference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_type"PhoneNumber", ...

Returns the value of attribute contact_type.

Returns:

  • ("PhoneNumber", "MobilePhoneNumber", "HomePhoneNumber", "BusinessPhoneNumber", "EmailAddress", "PersonalEmailAddress", "BusinessEmailAddress")


301
302
303
# File 'sig/types.rbs', line 301

def contact_type
  @contact_type
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def key_name
  @key_name
end

#key_value::String

Returns the value of attribute key_value.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def key_value
  @key_value
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def profile_id
  @profile_id
end