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)


5007
5008
5009
# File 'sig/types.rbs', line 5007

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


5006
5007
5008
# File 'sig/types.rbs', line 5006

def instance_id
  @instance_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5009
5010
5011
# File 'sig/types.rbs', line 5009

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")])


5008
5009
5010
# File 'sig/types.rbs', line 5008

def reference_types
  @reference_types
end