Class: Aws::Schemas::Types::StopDiscovererResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#discoverer_idString

Returns:

  • (String)


1659
1660
1661
1662
1663
1664
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1659

class StopDiscovererResponse < Struct.new(
  :discoverer_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Returns:

  • (String)


1659
1660
1661
1662
1663
1664
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1659

class StopDiscovererResponse < Struct.new(
  :discoverer_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end