Class: Aws::Types::Contact

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


159
160
161
# File 'sig/types.rbs', line 159

def last_updated_timestamp
  @last_updated_timestamp
end

#topic_default_preferences::Array[Types::TopicPreference]

Returns the value of attribute topic_default_preferences.

Returns:



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.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def topic_preferences
  @topic_preferences
end

#unsubscribe_allBoolean

Returns the value of attribute unsubscribe_all.

Returns:

  • (Boolean)


158
159
160
# File 'sig/types.rbs', line 158

def unsubscribe_all
  @unsubscribe_all
end