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.
6814 6815 6816 |
# File 'sig/types.rbs', line 6814 def @attachment end |
#date ⇒ Types::DateReference
Returns the value of attribute date.
6821 6822 6823 |
# File 'sig/types.rbs', line 6821 def date @date end |
#email ⇒ Types::EmailReference
Returns the value of attribute email.
6822 6823 6824 |
# File 'sig/types.rbs', line 6822 def email @email end |
#email_message ⇒ Types::EmailMessageReference
Returns the value of attribute email_message.
6815 6816 6817 |
# File 'sig/types.rbs', line 6815 def @email_message end |
#email_message_plain_text ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_plain_text.
6817 6818 6819 |
# File 'sig/types.rbs', line 6817 def @email_message_plain_text end |
#email_message_plain_text_redacted ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_plain_text_redacted.
6818 6819 6820 |
# File 'sig/types.rbs', line 6818 def @email_message_plain_text_redacted end |
#email_message_redacted ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_redacted.
6816 6817 6818 |
# File 'sig/types.rbs', line 6816 def @email_message_redacted end |
#number ⇒ Types::NumberReference
Returns the value of attribute number.
6820 6821 6822 |
# File 'sig/types.rbs', line 6820 def number @number end |
#string ⇒ Types::StringReference
Returns the value of attribute string.
6819 6820 6821 |
# File 'sig/types.rbs', line 6819 def string @string end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6823 6824 6825 |
# File 'sig/types.rbs', line 6823 def unknown @unknown end |
#url ⇒ Types::UrlReference
Returns the value of attribute url.
6813 6814 6815 |
# File 'sig/types.rbs', line 6813 def url @url end |