Class: Aws::Schemas::Types::DiscovererSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cross_account ⇒ Boolean

The Status if the discoverer will discover schemas from events sent from another account.

Returns:



715
716
717
718
719
720
721
722
723
724
# File 'lib/aws-sdk-schemas/types.rb', line 715

class DiscovererSummary < Struct.new(
  :discoverer_arn,
  :discoverer_id,
  :source_arn,
  :state,
  :cross_account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#discoverer_arn ⇒ String

The ARN of the discoverer.

Returns:



715
716
717
718
719
720
721
722
723
724
# File 'lib/aws-sdk-schemas/types.rb', line 715

class DiscovererSummary < Struct.new(
  :discoverer_arn,
  :discoverer_id,
  :source_arn,
  :state,
  :cross_account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#discoverer_id ⇒ String

The ID of the discoverer.

Returns:



715
716
717
718
719
720
721
722
723
724
# File 'lib/aws-sdk-schemas/types.rb', line 715

class DiscovererSummary < Struct.new(
  :discoverer_arn,
  :discoverer_id,
  :source_arn,
  :state,
  :cross_account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#source_arn ⇒ String

The ARN of the event bus.

Returns:



715
716
717
718
719
720
721
722
723
724
# File 'lib/aws-sdk-schemas/types.rb', line 715

class DiscovererSummary < Struct.new(
  :discoverer_arn,
  :discoverer_id,
  :source_arn,
  :state,
  :cross_account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#state ⇒ String

The state of the discoverer.

Returns:



715
716
717
718
719
720
721
722
723
724
# File 'lib/aws-sdk-schemas/types.rb', line 715

class DiscovererSummary < Struct.new(
  :discoverer_arn,
  :discoverer_id,
  :source_arn,
  :state,
  :cross_account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Hash<String,String>

Tags associated with the resource.

Returns:



715
716
717
718
719
720
721
722
723
724
# File 'lib/aws-sdk-schemas/types.rb', line 715

class DiscovererSummary < Struct.new(
  :discoverer_arn,
  :discoverer_id,
  :source_arn,
  :state,
  :cross_account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end