Class: Aws::Types::GetCaseAuditEventsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#case_id ⇒ ::String

Returns the value of attribute case_id.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def case_id
  @case_id
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def domain_id
  @domain_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


626
627
628
# File 'sig/types.rbs', line 626

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def next_token
  @next_token
end