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.



6561
6562
6563
# File 'sig/types.rbs', line 6561

def attachment
  @attachment
end

#dateTypes::DateReference

Returns the value of attribute date.



6568
6569
6570
# File 'sig/types.rbs', line 6568

def date
  @date
end

#emailTypes::EmailReference

Returns the value of attribute email.



6569
6570
6571
# File 'sig/types.rbs', line 6569

def email
  @email
end

#email_messageTypes::EmailMessageReference

Returns the value of attribute email_message.



6562
6563
6564
# File 'sig/types.rbs', line 6562

def email_message
  @email_message
end

#email_message_plain_textTypes::EmailMessageReference

Returns the value of attribute email_message_plain_text.



6564
6565
6566
# File 'sig/types.rbs', line 6564

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.



6565
6566
6567
# File 'sig/types.rbs', line 6565

def email_message_plain_text_redacted
  @email_message_plain_text_redacted
end

#email_message_redactedTypes::EmailMessageReference

Returns the value of attribute email_message_redacted.



6563
6564
6565
# File 'sig/types.rbs', line 6563

def email_message_redacted
  @email_message_redacted
end

#numberTypes::NumberReference

Returns the value of attribute number.



6567
6568
6569
# File 'sig/types.rbs', line 6567

def number
  @number
end

#stringTypes::StringReference

Returns the value of attribute string.



6566
6567
6568
# File 'sig/types.rbs', line 6566

def string
  @string
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6570
6571
6572
# File 'sig/types.rbs', line 6570

def unknown
  @unknown
end

#urlTypes::UrlReference

Returns the value of attribute url.

Returns:



6560
6561
6562
# File 'sig/types.rbs', line 6560

def url
  @url
end