Class: Aws::Schemas::Types::StopDiscovererRequest

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)


1645
1646
1647
1648
1649
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1645

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