Class: Aws::SMS::Types::UserDataValidationParameters
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::UserDataValidationParameters
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
Contains validation parameters.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #script_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of validation script.
 - 
  
    
      #source  ⇒ Types::Source 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The location of the validation script.
 
Instance Attribute Details
#script_type ⇒ String
The type of validation script.
      2161 2162 2163 2164 2165 2166  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 2161 class UserDataValidationParameters < Struct.new( :source, :script_type) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ Types::Source
The location of the validation script.
      2161 2162 2163 2164 2165 2166  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 2161 class UserDataValidationParameters < Struct.new( :source, :script_type) SENSITIVE = [] include Aws::Structure end  |