You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Schemas::Types::CreateDiscovererRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Schemas::Types::CreateDiscovererRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing CreateDiscovererRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  description: "__stringMin0Max256",
  source_arn: "__stringMin20Max1600", # required
  tags: {
    "__string" => "__string",
  },
}
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #source_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Key-value pairs associated with a resource. . 
Instance Attribute Details
#description ⇒ String
#source_arn ⇒ String
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.