Class: Aws::Types::DescribeMalwareScansResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMalwareScansResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scans ⇒ ::Array[Types::Scan]
Returns the value of attribute scans.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
816 817 818 |
# File 'sig/types.rbs', line 816 def next_token @next_token end |
#scans ⇒ ::Array[Types::Scan]
Returns the value of attribute scans.
815 816 817 |
# File 'sig/types.rbs', line 815 def scans @scans end |