Class: Aws::Types::UpdateContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_data::String

Returns the value of attribute attributes_data.

Returns:

  • (::String)


2147
2148
2149
# File 'sig/types.rbs', line 2147

def attributes_data
  @attributes_data
end

#contact_list_name::String

Returns the value of attribute contact_list_name.

Returns:

  • (::String)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def contact_list_name
  @contact_list_name
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


2144
2145
2146
# File 'sig/types.rbs', line 2144

def email_address
  @email_address
end

#topic_preferences::Array[Types::TopicPreference]

Returns the value of attribute topic_preferences.

Returns:



2145
2146
2147
# File 'sig/types.rbs', line 2145

def topic_preferences
  @topic_preferences
end

#unsubscribe_allBoolean

Returns the value of attribute unsubscribe_all.

Returns:

  • (Boolean)


2146
2147
2148
# File 'sig/types.rbs', line 2146

def unsubscribe_all
  @unsubscribe_all
end