Class: Aws::Schemas::Types::DiscovererOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::DiscovererOutput
- 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.
-
#description ⇒ String
The description of the discoverer.
-
#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.
659 660 661 662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-schemas/types.rb', line 659 class DiscovererOutput < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the discoverer.
659 660 661 662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-schemas/types.rb', line 659 class DiscovererOutput < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#discoverer_arn ⇒ String
The ARN of the discoverer.
659 660 661 662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-schemas/types.rb', line 659 class DiscovererOutput < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#discoverer_id ⇒ String
The ID of the discoverer.
659 660 661 662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-schemas/types.rb', line 659 class DiscovererOutput < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
The ARN of the event bus.
659 660 661 662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-schemas/types.rb', line 659 class DiscovererOutput < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the discoverer.
659 660 661 662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-schemas/types.rb', line 659 class DiscovererOutput < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags associated with the resource.
659 660 661 662 663 664 665 666 667 668 669 |
# File 'lib/aws-sdk-schemas/types.rb', line 659 class DiscovererOutput < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |