Class: Aws::Schemas::Types::UpdateDiscovererInput

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

#cross_accountBoolean

Support discovery of schemas in events sent to the bus from another account. (default: true)

Returns:

  • (Boolean)


1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1750

class UpdateDiscovererInput < Struct.new(
  :description,
  :cross_account)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the discoverer to update.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1750

class UpdateDiscovererInput < Struct.new(
  :description,
  :cross_account)
  SENSITIVE = []
  include Aws::Structure
end