Class: Aws::Schemas::Types::DiscovererSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::DiscovererSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cross_account ⇒ Boolean
The Status if the discoverer will discover schemas from events sent from another account.
-
#discoverer_arn ⇒ String
The ARN of the discoverer.
-
#discoverer_id ⇒ String
The ID of the discoverer.
-
#source_arn ⇒ String
The ARN of the event bus.
-
#state ⇒ String
The state of the discoverer.
-
#tags ⇒ Hash<String,String>
Tags associated with the resource.
Instance Attribute Details
#cross_account ⇒ Boolean
The Status if the discoverer will discover schemas from events sent from another account.
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.
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.
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.
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.
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.
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 |