Class: Aws::Types::GetContactResponse

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)


809
810
811
# File 'sig/types.rbs', line 809

def attributes_data
  @attributes_data
end

#contact_list_name::String

Returns the value of attribute contact_list_name.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def contact_list_name
  @contact_list_name
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


810
811
812
# File 'sig/types.rbs', line 810

def created_timestamp
  @created_timestamp
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


805
806
807
# File 'sig/types.rbs', line 805

def email_address
  @email_address
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


811
812
813
# File 'sig/types.rbs', line 811

def last_updated_timestamp
  @last_updated_timestamp
end

#topic_default_preferences::Array[Types::TopicPreference]

Returns the value of attribute topic_default_preferences.

Returns:



807
808
809
# File 'sig/types.rbs', line 807

def topic_default_preferences
  @topic_default_preferences
end

#topic_preferences::Array[Types::TopicPreference]

Returns the value of attribute topic_preferences.

Returns:



806
807
808
# File 'sig/types.rbs', line 806

def topic_preferences
  @topic_preferences
end

#unsubscribe_allBoolean

Returns the value of attribute unsubscribe_all.

Returns:

  • (Boolean)


808
809
810
# File 'sig/types.rbs', line 808

def unsubscribe_all
  @unsubscribe_all
end