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.
6561 6562 6563 |
# File 'sig/types.rbs', line 6561 def @attachment end |
#date ⇒ Types::DateReference
Returns the value of attribute date.
6568 6569 6570 |
# File 'sig/types.rbs', line 6568 def date @date end |
#email ⇒ Types::EmailReference
Returns the value of attribute email.
6569 6570 6571 |
# File 'sig/types.rbs', line 6569 def email @email end |
#email_message ⇒ Types::EmailMessageReference
Returns the value of attribute email_message.
6562 6563 6564 |
# File 'sig/types.rbs', line 6562 def @email_message end |
#email_message_plain_text ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_plain_text.
6564 6565 6566 |
# File 'sig/types.rbs', line 6564 def @email_message_plain_text end |
#email_message_plain_text_redacted ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_plain_text_redacted.
6565 6566 6567 |
# File 'sig/types.rbs', line 6565 def @email_message_plain_text_redacted end |
#email_message_redacted ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_redacted.
6563 6564 6565 |
# File 'sig/types.rbs', line 6563 def @email_message_redacted end |
#number ⇒ Types::NumberReference
Returns the value of attribute number.
6567 6568 6569 |
# File 'sig/types.rbs', line 6567 def number @number end |
#string ⇒ Types::StringReference
Returns the value of attribute string.
6566 6567 6568 |
# File 'sig/types.rbs', line 6566 def string @string end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6570 6571 6572 |
# File 'sig/types.rbs', line 6570 def unknown @unknown end |
#url ⇒ Types::UrlReference
Returns the value of attribute url.
6560 6561 6562 |
# File 'sig/types.rbs', line 6560 def url @url end |