Class: Aws::Types::DeleteScraperResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteScraperResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scraper_id ⇒ ::String
Returns the value of attribute scraper_id.
-
#status ⇒ Types::ScraperStatus
Returns the value of attribute status.
Instance Attribute Details
#scraper_id ⇒ ::String
Returns the value of attribute scraper_id.
276 277 278 |
# File 'sig/types.rbs', line 276 def scraper_id @scraper_id end |
#status ⇒ Types::ScraperStatus
Returns the value of attribute status.
277 278 279 |
# File 'sig/types.rbs', line 277 def status @status end |