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.
155 156 157 |
# File 'sig/types.rbs', line 155 def email_address @email_address end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
159 160 161 |
# File 'sig/types.rbs', line 159 def @last_updated_timestamp end |
#topic_default_preferences ⇒ ::Array[Types::TopicPreference]
Returns the value of attribute topic_default_preferences.
157 158 159 |
# File 'sig/types.rbs', line 157 def topic_default_preferences @topic_default_preferences end |
#topic_preferences ⇒ ::Array[Types::TopicPreference]
Returns the value of attribute topic_preferences.
156 157 158 |
# File 'sig/types.rbs', line 156 def topic_preferences @topic_preferences end |
#unsubscribe_all ⇒ Boolean
Returns the value of attribute unsubscribe_all.
158 159 160 |
# File 'sig/types.rbs', line 158 def unsubscribe_all @unsubscribe_all end |