Module: Aws::PrometheusService::Client::_UpdateScraperResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateScraperResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #scraper_id ⇒ ::String
- #status ⇒ Types::ScraperStatus
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
579 |
# File 'sig/client.rbs', line 579
def arn: () -> ::String
|
#scraper_id ⇒ ::String
578 |
# File 'sig/client.rbs', line 578
def scraper_id: () -> ::String
|
#status ⇒ Types::ScraperStatus
580 |
# File 'sig/client.rbs', line 580
def status: () -> Types::ScraperStatus
|
#tags ⇒ ::Hash[::String, ::String]
581 |
# File 'sig/client.rbs', line 581
def tags: () -> ::Hash[::String, ::String]
|