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.



6832
6833
6834
# File 'sig/types.rbs', line 6832

def attachment
  @attachment
end

#dateTypes::DateReference

Returns the value of attribute date.



6839
6840
6841
# File 'sig/types.rbs', line 6839

def date
  @date
end

#emailTypes::EmailReference

Returns the value of attribute email.



6840
6841
6842
# File 'sig/types.rbs', line 6840

def email
  @email
end

#email_messageTypes::EmailMessageReference

Returns the value of attribute email_message.



6833
6834
6835
# File 'sig/types.rbs', line 6833

def email_message
  @email_message
end

#email_message_plain_textTypes::EmailMessageReference

Returns the value of attribute email_message_plain_text.



6835
6836
6837
# File 'sig/types.rbs', line 6835

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.



6836
6837
6838
# File 'sig/types.rbs', line 6836

def email_message_plain_text_redacted
  @email_message_plain_text_redacted
end

#email_message_redactedTypes::EmailMessageReference

Returns the value of attribute email_message_redacted.



6834
6835
6836
# File 'sig/types.rbs', line 6834

def email_message_redacted
  @email_message_redacted
end

#numberTypes::NumberReference

Returns the value of attribute number.



6838
6839
6840
# File 'sig/types.rbs', line 6838

def number
  @number
end

#stringTypes::StringReference

Returns the value of attribute string.



6837
6838
6839
# File 'sig/types.rbs', line 6837

def string
  @string
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


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

def unknown
  @unknown
end

#urlTypes::UrlReference

Returns the value of attribute url.

Returns:



6831
6832
6833
# File 'sig/types.rbs', line 6831

def url
  @url
end