Class: Aws::Types::StartDiscovererResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartDiscovererResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#discoverer_id ⇒ ::String
Returns the value of attribute discoverer_id.
-
#state ⇒ "STARTED", "STOPPED"
Returns the value of attribute state.
Instance Attribute Details
#discoverer_id ⇒ ::String
Returns the value of attribute discoverer_id.
557 558 559 |
# File 'sig/types.rbs', line 557 def discoverer_id @discoverer_id end |
#state ⇒ "STARTED", "STOPPED"
Returns the value of attribute state.
558 559 560 |
# File 'sig/types.rbs', line 558 def state @state end |