Class: Aws::Types::ReferenceSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Attachment, ContactAnalysis, 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.

Returns:



6936
6937
6938
# File 'sig/types.rbs', line 6936

def attachment
  @attachment
end

#contact_analysisTypes::ContactAnalysisReference

Returns the value of attribute contact_analysis.

Returns:



6945
6946
6947
# File 'sig/types.rbs', line 6945

def contact_analysis
  @contact_analysis
end

#dateTypes::DateReference

Returns the value of attribute date.

Returns:



6943
6944
6945
# File 'sig/types.rbs', line 6943

def date
  @date
end

#emailTypes::EmailReference

Returns the value of attribute email.

Returns:



6944
6945
6946
# File 'sig/types.rbs', line 6944

def email
  @email
end

#email_messageTypes::EmailMessageReference

Returns the value of attribute email_message.

Returns:



6937
6938
6939
# File 'sig/types.rbs', line 6937

def email_message
  @email_message
end

#email_message_plain_textTypes::EmailMessageReference

Returns the value of attribute email_message_plain_text.

Returns:



6939
6940
6941
# File 'sig/types.rbs', line 6939

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.

Returns:



6940
6941
6942
# File 'sig/types.rbs', line 6940

def email_message_plain_text_redacted
  @email_message_plain_text_redacted
end

#email_message_redactedTypes::EmailMessageReference

Returns the value of attribute email_message_redacted.

Returns:



6938
6939
6940
# File 'sig/types.rbs', line 6938

def email_message_redacted
  @email_message_redacted
end

#numberTypes::NumberReference

Returns the value of attribute number.

Returns:



6942
6943
6944
# File 'sig/types.rbs', line 6942

def number
  @number
end

#stringTypes::StringReference

Returns the value of attribute string.

Returns:



6941
6942
6943
# File 'sig/types.rbs', line 6941

def string
  @string
end

#unknownObject

Returns the value of attribute unknown.

Returns:



6946
6947
6948
# File 'sig/types.rbs', line 6946

def unknown
  @unknown
end

#urlTypes::UrlReference

Returns the value of attribute url.

Returns:



6935
6936
6937
# File 'sig/types.rbs', line 6935

def url
  @url
end