Class: Aws::Types::DiscovererStateOutput
- Inherits:
-
Object
- Object
- Aws::Types::DiscovererStateOutput
- 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.
227 228 229 |
# File 'sig/types.rbs', line 227 def discoverer_id @discoverer_id end |
#state ⇒ "STARTED", "STOPPED"
Returns the value of attribute state.
228 229 230 |
# File 'sig/types.rbs', line 228 def state @state end |