Class: Aws::Schemas::Types::CreateDiscovererInput

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)


89
90
91
92
93
94
95
96
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 89

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

#descriptionString

A description for the discoverer.

Returns:

  • (String)


89
90
91
92
93
94
95
96
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 89

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

#source_arnString

The ARN of the event bus.

Returns:

  • (String)


89
90
91
92
93
94
95
96
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 89

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

#tagsHash<String,String>

Tags associated with the resource.

Returns:

  • (Hash<String,String>)


89
90
91
92
93
94
95
96
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 89

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