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.



6715
6716
6717
# File 'sig/types.rbs', line 6715

def attachment
  @attachment
end

#dateTypes::DateReference

Returns the value of attribute date.



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

def date
  @date
end

#emailTypes::EmailReference

Returns the value of attribute email.



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

def email
  @email
end

#email_messageTypes::EmailMessageReference

Returns the value of attribute email_message.



6716
6717
6718
# File 'sig/types.rbs', line 6716

def email_message
  @email_message
end

#email_message_plain_textTypes::EmailMessageReference

Returns the value of attribute email_message_plain_text.



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

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.



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

def email_message_plain_text_redacted
  @email_message_plain_text_redacted
end

#email_message_redactedTypes::EmailMessageReference

Returns the value of attribute email_message_redacted.



6717
6718
6719
# File 'sig/types.rbs', line 6717

def email_message_redacted
  @email_message_redacted
end

#numberTypes::NumberReference

Returns the value of attribute number.



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

def number
  @number
end

#stringTypes::StringReference

Returns the value of attribute string.



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

def string
  @string
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


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

def unknown
  @unknown
end

#urlTypes::UrlReference

Returns the value of attribute url.

Returns:



6714
6715
6716
# File 'sig/types.rbs', line 6714

def url
  @url
end