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.
6832 6833 6834 |
# File 'sig/types.rbs', line 6832 def @attachment end |
#date ⇒ Types::DateReference
Returns the value of attribute date.
6839 6840 6841 |
# File 'sig/types.rbs', line 6839 def date @date end |
#email ⇒ Types::EmailReference
Returns the value of attribute email.
6840 6841 6842 |
# File 'sig/types.rbs', line 6840 def email @email end |
#email_message ⇒ Types::EmailMessageReference
Returns the value of attribute email_message.
6833 6834 6835 |
# File 'sig/types.rbs', line 6833 def @email_message end |
#email_message_plain_text ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_plain_text.
6835 6836 6837 |
# File 'sig/types.rbs', line 6835 def @email_message_plain_text end |
#email_message_plain_text_redacted ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_plain_text_redacted.
6836 6837 6838 |
# File 'sig/types.rbs', line 6836 def @email_message_plain_text_redacted end |
#email_message_redacted ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_redacted.
6834 6835 6836 |
# File 'sig/types.rbs', line 6834 def @email_message_redacted end |
#number ⇒ Types::NumberReference
Returns the value of attribute number.
6838 6839 6840 |
# File 'sig/types.rbs', line 6838 def number @number end |
#string ⇒ Types::StringReference
Returns the value of attribute string.
6837 6838 6839 |
# File 'sig/types.rbs', line 6837 def string @string end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6841 6842 6843 |
# File 'sig/types.rbs', line 6841 def unknown @unknown end |
#url ⇒ Types::UrlReference
Returns the value of attribute url.
6831 6832 6833 |
# File 'sig/types.rbs', line 6831 def url @url end |