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.



6814
6815
6816
# File 'sig/types.rbs', line 6814

def attachment
  @attachment
end

#dateTypes::DateReference

Returns the value of attribute date.



6821
6822
6823
# File 'sig/types.rbs', line 6821

def date
  @date
end

#emailTypes::EmailReference

Returns the value of attribute email.



6822
6823
6824
# File 'sig/types.rbs', line 6822

def email
  @email
end

#email_messageTypes::EmailMessageReference

Returns the value of attribute email_message.



6815
6816
6817
# File 'sig/types.rbs', line 6815

def email_message
  @email_message
end

#email_message_plain_textTypes::EmailMessageReference

Returns the value of attribute email_message_plain_text.



6817
6818
6819
# File 'sig/types.rbs', line 6817

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.



6818
6819
6820
# File 'sig/types.rbs', line 6818

def email_message_plain_text_redacted
  @email_message_plain_text_redacted
end

#email_message_redactedTypes::EmailMessageReference

Returns the value of attribute email_message_redacted.



6816
6817
6818
# File 'sig/types.rbs', line 6816

def email_message_redacted
  @email_message_redacted
end

#numberTypes::NumberReference

Returns the value of attribute number.



6820
6821
6822
# File 'sig/types.rbs', line 6820

def number
  @number
end

#stringTypes::StringReference

Returns the value of attribute string.



6819
6820
6821
# File 'sig/types.rbs', line 6819

def string
  @string
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6823
6824
6825
# File 'sig/types.rbs', line 6823

def unknown
  @unknown
end

#urlTypes::UrlReference

Returns the value of attribute url.

Returns:



6813
6814
6815
# File 'sig/types.rbs', line 6813

def url
  @url
end