Class: Aws::Types::CreateContactRequest

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)


213
214
215
# File 'sig/types.rbs', line 213

def attributes_data
  @attributes_data
end

#contact_list_name::String

Returns the value of attribute contact_list_name.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def contact_list_name
  @contact_list_name
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def email_address
  @email_address
end

#topic_preferences::Array[Types::TopicPreference]

Returns the value of attribute topic_preferences.

Returns:



211
212
213
# File 'sig/types.rbs', line 211

def topic_preferences
  @topic_preferences
end

#unsubscribe_allBoolean

Returns the value of attribute unsubscribe_all.

Returns:

  • (Boolean)


212
213
214
# File 'sig/types.rbs', line 212

def unsubscribe_all
  @unsubscribe_all
end