Class: Aws::Types::GetEvidenceByEvidenceFolderResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEvidenceByEvidenceFolderResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evidence ⇒ ::Array[Types::Evidence]
Returns the value of attribute evidence.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#evidence ⇒ ::Array[Types::Evidence]
Returns the value of attribute evidence.
715 716 717 |
# File 'sig/types.rbs', line 715 def evidence @evidence end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
716 717 718 |
# File 'sig/types.rbs', line 716 def next_token @next_token end |