Class: Aws::Types::GetEvidenceFoldersByAssessmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_id ⇒ ::String

Returns the value of attribute assessment_id.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def assessment_id
  @assessment_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


761
762
763
# File 'sig/types.rbs', line 761

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


760
761
762
# File 'sig/types.rbs', line 760

def next_token
  @next_token
end