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.
6715 6716 6717 |
# File 'sig/types.rbs', line 6715 def @attachment end |
#date ⇒ Types::DateReference
Returns the value of attribute date.
6722 6723 6724 |
# File 'sig/types.rbs', line 6722 def date @date end |
#email ⇒ Types::EmailReference
Returns the value of attribute email.
6723 6724 6725 |
# File 'sig/types.rbs', line 6723 def email @email end |
#email_message ⇒ Types::EmailMessageReference
Returns the value of attribute email_message.
6716 6717 6718 |
# File 'sig/types.rbs', line 6716 def @email_message end |
#email_message_plain_text ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_plain_text.
6718 6719 6720 |
# File 'sig/types.rbs', line 6718 def @email_message_plain_text end |
#email_message_plain_text_redacted ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_plain_text_redacted.
6719 6720 6721 |
# File 'sig/types.rbs', line 6719 def @email_message_plain_text_redacted end |
#email_message_redacted ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_redacted.
6717 6718 6719 |
# File 'sig/types.rbs', line 6717 def @email_message_redacted end |
#number ⇒ Types::NumberReference
Returns the value of attribute number.
6721 6722 6723 |
# File 'sig/types.rbs', line 6721 def number @number end |
#string ⇒ Types::StringReference
Returns the value of attribute string.
6720 6721 6722 |
# File 'sig/types.rbs', line 6720 def string @string end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6724 6725 6726 |
# File 'sig/types.rbs', line 6724 def unknown @unknown end |
#url ⇒ Types::UrlReference
Returns the value of attribute url.
6714 6715 6716 |
# File 'sig/types.rbs', line 6714 def url @url end |