Module: Aws::PrometheusService::Client::_CreateScraperResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateScraperResponse]
- 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
162 |
# File 'sig/client.rbs', line 162
def arn: () -> ::String
|
#scraper_id ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def scraper_id: () -> ::String
|
#status ⇒ Types::ScraperStatus
163 |
# File 'sig/client.rbs', line 163
def status: () -> Types::ScraperStatus
|
#tags ⇒ ::Hash[::String, ::String]
164 |
# File 'sig/client.rbs', line 164
def tags: () -> ::Hash[::String, ::String]
|