Class: Aws::Types::GetEvidenceByEvidenceFolderRequest

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)


706
707
708
# File 'sig/types.rbs', line 706

def assessment_id
  @assessment_id
end

#control_set_id ⇒ ::String

Returns the value of attribute control_set_id.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def control_set_id
  @control_set_id
end

#evidence_folder_id ⇒ ::String

Returns the value of attribute evidence_folder_id.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def evidence_folder_id
  @evidence_folder_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


710
711
712
# File 'sig/types.rbs', line 710

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


709
710
711
# File 'sig/types.rbs', line 709

def next_token
  @next_token
end