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)


4921
4922
4923
# File 'sig/types.rbs', line 4921

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4920
4921
4922
# File 'sig/types.rbs', line 4920

def instance_id
  @instance_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4923
4924
4925
# File 'sig/types.rbs', line 4923

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


4922
4923
4924
# File 'sig/types.rbs', line 4922

def reference_types
  @reference_types
end