Class: Aws::Schemas::Types::UpdateDiscovererInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::UpdateDiscovererInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cross_account ⇒ Boolean
Support discovery of schemas in events sent to the bus from another account.
-
#description ⇒ String
The description of the discoverer to update.
Instance Attribute Details
#cross_account ⇒ Boolean
Support discovery of schemas in events sent to the bus from another account. (default: true)
1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-schemas/types.rb', line 1750 class UpdateDiscovererInput < Struct.new( :description, :cross_account) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the discoverer to update.
1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-schemas/types.rb', line 1750 class UpdateDiscovererInput < Struct.new( :description, :cross_account) SENSITIVE = [] include Aws::Structure end |