Module: Aws::Schemas::Client::_StopDiscovererResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopDiscovererResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#discoverer_id ⇒ ::String
392 |
# File 'sig/client.rbs', line 392
def discoverer_id: () -> ::String
|
#state ⇒ "STARTED", "STOPPED"
393 |
# File 'sig/client.rbs', line 393
def state: () -> ("STARTED" | "STOPPED")
|