Class: Aws::Types::CreateScraperResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateScraperResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#scraper_id ⇒ ::String
Returns the value of attribute scraper_id.
-
#status ⇒ Types::ScraperStatus
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
201 202 203 |
# File 'sig/types.rbs', line 201 def arn @arn end |
#scraper_id ⇒ ::String
Returns the value of attribute scraper_id.
200 201 202 |
# File 'sig/types.rbs', line 200 def scraper_id @scraper_id end |
#status ⇒ Types::ScraperStatus
Returns the value of attribute status.
202 203 204 |
# File 'sig/types.rbs', line 202 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
203 204 205 |
# File 'sig/types.rbs', line 203 def @tags end |