Class: Aws::Types::StartScanJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartScanJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#scan_job_id ⇒ ::String
Returns the value of attribute scan_job_id.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def creation_date @creation_date end |
#scan_job_id ⇒ ::String
Returns the value of attribute scan_job_id.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def scan_job_id @scan_job_id end |