Class: Aws::Types::GetEvidenceFoldersByAssessmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEvidenceFoldersByAssessmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evidence_folders ⇒ ::Array[Types::AssessmentEvidenceFolder]
Returns the value of attribute evidence_folders.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#evidence_folders ⇒ ::Array[Types::AssessmentEvidenceFolder]
Returns the value of attribute evidence_folders.
766 767 768 |
# File 'sig/types.rbs', line 766 def evidence_folders @evidence_folders end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
767 768 769 |
# File 'sig/types.rbs', line 767 def next_token @next_token end |