Class: Aws::Schemas::Types::CreateDiscovererInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Schemas::Types::CreateDiscovererInput
 
- Defined in:
- gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #cross_account  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Support discovery of schemas in events sent to the bus from another account. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description for the discoverer. 
- 
  
    
      #source_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the event bus. 
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Tags associated with the resource. 
Instance Attribute Details
#cross_account ⇒ Boolean
Support discovery of schemas in events sent to the bus from another account. (default: true)
| 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 | 
#description ⇒ String
A description for the discoverer.
| 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_arn ⇒ String
The ARN of the event bus.
| 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 | 
#tags ⇒ Hash<String,String>
Tags associated with the resource.
| 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 |