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)


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.

Returns:

  • (::Time)


149
150
151
# File 'sig/types.rbs', line 149

def last_updated_timestamp
  @last_updated_timestamp
end

#topic_default_preferences::Array[Types::TopicPreference]

Returns the value of attribute topic_default_preferences.

Returns:



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.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def topic_preferences
  @topic_preferences
end

#unsubscribe_allBoolean

Returns the value of attribute unsubscribe_all.

Returns:

  • (Boolean)


148
149
150
# File 'sig/types.rbs', line 148

def unsubscribe_all
  @unsubscribe_all
end