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