Class: Aws::Types::UpdateScraperResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateScraperResponse
- 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.
858 859 860 |
# File 'sig/types.rbs', line 858 def arn @arn end |
#scraper_id ⇒ ::String
Returns the value of attribute scraper_id.
857 858 859 |
# File 'sig/types.rbs', line 857 def scraper_id @scraper_id end |
#status ⇒ Types::ScraperStatus
Returns the value of attribute status.
859 860 861 |
# File 'sig/types.rbs', line 859 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
860 861 862 |
# File 'sig/types.rbs', line 860 def @tags end |