Class: Aws::Types::ListContactsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_prefix ⇒ ::String

Returns the value of attribute alias_prefix.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def alias_prefix
  @alias_prefix
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


347
348
349
# File 'sig/types.rbs', line 347

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def next_token
  @next_token
end

#type ⇒ "PERSONAL", ...

Returns the value of attribute type.

Returns:

  • ("PERSONAL", "ESCALATION", "ONCALL_SCHEDULE")


349
350
351
# File 'sig/types.rbs', line 349

def type
  @type
end