Class: Aws::Types::Contact
- Inherits:
-
Object
- Object
- Aws::Types::Contact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#email_address ⇒ ::String
Returns the value of attribute email_address.
145 146 147 |
# File 'sig/types.rbs', line 145 def email_address @email_address end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
149 150 151 |
# File 'sig/types.rbs', line 149 def @last_updated_timestamp end |
#topic_default_preferences ⇒ ::Array[Types::TopicPreference]
Returns the value of attribute topic_default_preferences.
147 148 149 |
# File 'sig/types.rbs', line 147 def topic_default_preferences @topic_default_preferences end |
#topic_preferences ⇒ ::Array[Types::TopicPreference]
Returns the value of attribute topic_preferences.
146 147 148 |
# File 'sig/types.rbs', line 146 def topic_preferences @topic_preferences end |
#unsubscribe_all ⇒ Boolean
Returns the value of attribute unsubscribe_all.
148 149 150 |
# File 'sig/types.rbs', line 148 def unsubscribe_all @unsubscribe_all end |