Class: Aws::Types::GetContactResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetContactResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes_data ⇒ ::String
Returns the value of attribute attributes_data.
-
#contact_list_name ⇒ ::String
Returns the value of attribute contact_list_name.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#topic_default_preferences ⇒ ::Array[Types::TopicPreference]
Returns the value of attribute topic_default_preferences.
-
#topic_preferences ⇒ ::Array[Types::TopicPreference]
Returns the value of attribute topic_preferences.
-
#unsubscribe_all ⇒ Boolean
Returns the value of attribute unsubscribe_all.
Instance Attribute Details
#attributes_data ⇒ ::String
Returns the value of attribute attributes_data.
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.
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.
810 811 812 |
# File 'sig/types.rbs', line 810 def @created_timestamp end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
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.
811 812 813 |
# File 'sig/types.rbs', line 811 def @last_updated_timestamp end |
#topic_default_preferences ⇒ ::Array[Types::TopicPreference]
Returns the value of attribute topic_default_preferences.
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.
806 807 808 |
# File 'sig/types.rbs', line 806 def topic_preferences @topic_preferences end |
#unsubscribe_all ⇒ Boolean
Returns the value of attribute unsubscribe_all.
808 809 810 |
# File 'sig/types.rbs', line 808 def unsubscribe_all @unsubscribe_all end |