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.



6843
6844
6845
# File 'sig/types.rbs', line 6843

def attachment
  @attachment
end

#dateTypes::DateReference

Returns the value of attribute date.



6850
6851
6852
# File 'sig/types.rbs', line 6850

def date
  @date
end

#emailTypes::EmailReference

Returns the value of attribute email.



6851
6852
6853
# File 'sig/types.rbs', line 6851

def email
  @email
end

#email_messageTypes::EmailMessageReference

Returns the value of attribute email_message.



6844
6845
6846
# File 'sig/types.rbs', line 6844

def email_message
  @email_message
end

#email_message_plain_textTypes::EmailMessageReference

Returns the value of attribute email_message_plain_text.



6846
6847
6848
# File 'sig/types.rbs', line 6846

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.



6847
6848
6849
# File 'sig/types.rbs', line 6847

def email_message_plain_text_redacted
  @email_message_plain_text_redacted
end

#email_message_redactedTypes::EmailMessageReference

Returns the value of attribute email_message_redacted.



6845
6846
6847
# File 'sig/types.rbs', line 6845

def email_message_redacted
  @email_message_redacted
end

#numberTypes::NumberReference

Returns the value of attribute number.



6849
6850
6851
# File 'sig/types.rbs', line 6849

def number
  @number
end

#stringTypes::StringReference

Returns the value of attribute string.



6848
6849
6850
# File 'sig/types.rbs', line 6848

def string
  @string
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6852
6853
6854
# File 'sig/types.rbs', line 6852

def unknown
  @unknown
end

#urlTypes::UrlReference

Returns the value of attribute url.

Returns:



6842
6843
6844
# File 'sig/types.rbs', line 6842

def url
  @url
end