Class: Aws::Types::ReferenceSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Attachment, Date, Email, EmailMessage, EmailMessagePlainText, EmailMessagePlainTextRedacted, EmailMessageRedacted, Number, String, Unknown, Url

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentTypes::AttachmentReference

Returns the value of attribute attachment.



6720
6721
6722
# File 'sig/types.rbs', line 6720

def attachment
  @attachment
end

#dateTypes::DateReference

Returns the value of attribute date.



6727
6728
6729
# File 'sig/types.rbs', line 6727

def date
  @date
end

#emailTypes::EmailReference

Returns the value of attribute email.



6728
6729
6730
# File 'sig/types.rbs', line 6728

def email
  @email
end

#email_messageTypes::EmailMessageReference

Returns the value of attribute email_message.



6721
6722
6723
# File 'sig/types.rbs', line 6721

def email_message
  @email_message
end

#email_message_plain_textTypes::EmailMessageReference

Returns the value of attribute email_message_plain_text.



6723
6724
6725
# File 'sig/types.rbs', line 6723

def email_message_plain_text
  @email_message_plain_text
end

#email_message_plain_text_redactedTypes::EmailMessageReference

Returns the value of attribute email_message_plain_text_redacted.



6724
6725
6726
# File 'sig/types.rbs', line 6724

def email_message_plain_text_redacted
  @email_message_plain_text_redacted
end

#email_message_redactedTypes::EmailMessageReference

Returns the value of attribute email_message_redacted.



6722
6723
6724
# File 'sig/types.rbs', line 6722

def email_message_redacted
  @email_message_redacted
end

#numberTypes::NumberReference

Returns the value of attribute number.



6726
6727
6728
# File 'sig/types.rbs', line 6726

def number
  @number
end

#stringTypes::StringReference

Returns the value of attribute string.



6725
6726
6727
# File 'sig/types.rbs', line 6725

def string
  @string
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6729
6730
6731
# File 'sig/types.rbs', line 6729

def unknown
  @unknown
end

#urlTypes::UrlReference

Returns the value of attribute url.

Returns:



6719
6720
6721
# File 'sig/types.rbs', line 6719

def url
  @url
end