Class: Aws::Types::ReferenceSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceSummary
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Attachment, Date, Email, EmailMessage, EmailMessagePlainText, EmailMessagePlainTextRedacted, EmailMessageRedacted, Number, String, Unknown, Url
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment ⇒ Types::AttachmentReference
Returns the value of attribute attachment.
-
#date ⇒ Types::DateReference
Returns the value of attribute date.
-
#email ⇒ Types::EmailReference
Returns the value of attribute email.
-
#email_message ⇒ Types::EmailMessageReference
Returns the value of attribute email_message.
-
#email_message_plain_text ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_plain_text.
-
#email_message_plain_text_redacted ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_plain_text_redacted.
-
#email_message_redacted ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_redacted.
-
#number ⇒ Types::NumberReference
Returns the value of attribute number.
-
#string ⇒ Types::StringReference
Returns the value of attribute string.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#url ⇒ Types::UrlReference
Returns the value of attribute url.
Instance Attribute Details
#attachment ⇒ Types::AttachmentReference
Returns the value of attribute attachment.
6843 6844 6845 |
# File 'sig/types.rbs', line 6843 def @attachment end |
#date ⇒ Types::DateReference
Returns the value of attribute date.
6850 6851 6852 |
# File 'sig/types.rbs', line 6850 def date @date end |
#email ⇒ Types::EmailReference
Returns the value of attribute email.
6851 6852 6853 |
# File 'sig/types.rbs', line 6851 def email @email end |
#email_message ⇒ Types::EmailMessageReference
Returns the value of attribute email_message.
6844 6845 6846 |
# File 'sig/types.rbs', line 6844 def @email_message end |
#email_message_plain_text ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_plain_text.
6846 6847 6848 |
# File 'sig/types.rbs', line 6846 def @email_message_plain_text end |
#email_message_plain_text_redacted ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_plain_text_redacted.
6847 6848 6849 |
# File 'sig/types.rbs', line 6847 def @email_message_plain_text_redacted end |
#email_message_redacted ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_redacted.
6845 6846 6847 |
# File 'sig/types.rbs', line 6845 def @email_message_redacted end |
#number ⇒ Types::NumberReference
Returns the value of attribute number.
6849 6850 6851 |
# File 'sig/types.rbs', line 6849 def number @number end |
#string ⇒ Types::StringReference
Returns the value of attribute string.
6848 6849 6850 |
# File 'sig/types.rbs', line 6848 def string @string end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6852 6853 6854 |
# File 'sig/types.rbs', line 6852 def unknown @unknown end |
#url ⇒ Types::UrlReference
Returns the value of attribute url.
6842 6843 6844 |
# File 'sig/types.rbs', line 6842 def url @url end |