Class: Aws::Types::StartDiscovererResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#discoverer_id ⇒ ::String

Returns the value of attribute discoverer_id.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def discoverer_id
  @discoverer_id
end

#state ⇒ "STARTED", "STOPPED"

Returns the value of attribute state.

Returns:

  • ("STARTED", "STOPPED")


558
559
560
# File 'sig/types.rbs', line 558

def state
  @state
end