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

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

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

Returns:

  • (Boolean)


715
716
717
718
719
720
721
722
723
724
# File 'gems/aws-sdk-schemas/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_arnString

The ARN of the discoverer.

Returns:

  • (String)


715
716
717
718
719
720
721
722
723
724
# File 'gems/aws-sdk-schemas/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_idString

The ID of the discoverer.

Returns:

  • (String)


715
716
717
718
719
720
721
722
723
724
# File 'gems/aws-sdk-schemas/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_arnString

The ARN of the event bus.

Returns:

  • (String)


715
716
717
718
719
720
721
722
723
724
# File 'gems/aws-sdk-schemas/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

#stateString

The state of the discoverer.

Returns:

  • (String)


715
716
717
718
719
720
721
722
723
724
# File 'gems/aws-sdk-schemas/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

#tagsHash<String,String>

Tags associated with the resource.

Returns:

  • (Hash<String,String>)


715
716
717
718
719
720
721
722
723
724
# File 'gems/aws-sdk-schemas/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