Class: Aws::Schemas::Types::StartDiscovererResponse

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)


1633
1634
1635
1636
1637
1638
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1633

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

#stateString

Returns:

  • (String)


1633
1634
1635
1636
1637
1638
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1633

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