Class: Aws::Types::StartResourceScanInput
- Inherits:
-
Object
- Object
- Aws::Types::StartResourceScanInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#scan_filters ⇒ ::Array[Types::ScanFilter]
Returns the value of attribute scan_filters.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def client_request_token @client_request_token end |
#scan_filters ⇒ ::Array[Types::ScanFilter]
Returns the value of attribute scan_filters.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def scan_filters @scan_filters end |