Class: Aws::Types::ReferenceSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceSummary
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Attachment, ContactAnalysis, 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.
-
#contact_analysis ⇒ Types::ContactAnalysisReference
Returns the value of attribute contact_analysis.
-
#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.
6936 6937 6938 |
# File 'sig/types.rbs', line 6936 def end |
#contact_analysis ⇒ Types::ContactAnalysisReference
Returns the value of attribute contact_analysis.
6945 6946 6947 |
# File 'sig/types.rbs', line 6945 def contact_analysis @contact_analysis end |
#date ⇒ Types::DateReference
Returns the value of attribute date.
6943 6944 6945 |
# File 'sig/types.rbs', line 6943 def date @date end |
#email ⇒ Types::EmailReference
Returns the value of attribute email.
6944 6945 6946 |
# File 'sig/types.rbs', line 6944 def email @email end |
#email_message ⇒ Types::EmailMessageReference
Returns the value of attribute email_message.
6937 6938 6939 |
# File 'sig/types.rbs', line 6937 def end |
#email_message_plain_text ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_plain_text.
6939 6940 6941 |
# File 'sig/types.rbs', line 6939 def end |
#email_message_plain_text_redacted ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_plain_text_redacted.
6940 6941 6942 |
# File 'sig/types.rbs', line 6940 def end |
#email_message_redacted ⇒ Types::EmailMessageReference
Returns the value of attribute email_message_redacted.
6938 6939 6940 |
# File 'sig/types.rbs', line 6938 def end |
#number ⇒ Types::NumberReference
Returns the value of attribute number.
6942 6943 6944 |
# File 'sig/types.rbs', line 6942 def number @number end |
#string ⇒ Types::StringReference
Returns the value of attribute string.
6941 6942 6943 |
# File 'sig/types.rbs', line 6941 def string @string end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6946 6947 6948 |
# File 'sig/types.rbs', line 6946 def unknown @unknown end |
#url ⇒ Types::UrlReference
Returns the value of attribute url.
6935 6936 6937 |
# File 'sig/types.rbs', line 6935 def url @url end |