Class: Aws::Types::ListContactReferencesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


5018
5019
5020
# File 'sig/types.rbs', line 5018

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


5017
5018
5019
# File 'sig/types.rbs', line 5017

def instance_id
  @instance_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5020
5021
5022
# File 'sig/types.rbs', line 5020

def next_token
  @next_token
end

#reference_types::Array[("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT" | "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED" | "EMAIL_MESSAGE_REDACTED")]

Returns the value of attribute reference_types.

Returns:

  • (::Array[("URL" | "ATTACHMENT" | "CONTACT_ANALYSIS" | "NUMBER" | "STRING" | "DATE" | "EMAIL" | "EMAIL_MESSAGE" | "EMAIL_MESSAGE_PLAIN_TEXT" | "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED" | "EMAIL_MESSAGE_REDACTED")])


5019
5020
5021
# File 'sig/types.rbs', line 5019

def reference_types
  @reference_types
end