Class: Aws::Types::ListCasesForContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_arn ⇒ ::String

Returns the value of attribute contact_arn.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def contact_arn
  @contact_arn
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def domain_id
  @domain_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


803
804
805
# File 'sig/types.rbs', line 803

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def next_token
  @next_token
end