Class: Aws::Synthetics::Types::StartCanaryDryRunResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Synthetics::Types::StartCanaryDryRunResponse
 
 
- Defined in:
 - gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dry_run_config  ⇒ Types::DryRunConfigOutput 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the dry run configurations for a canary.
 
Instance Attribute Details
#dry_run_config ⇒ Types::DryRunConfigOutput
Returns the dry run configurations for a canary.
      2247 2248 2249 2250 2251  | 
    
      # File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 2247 class StartCanaryDryRunResponse < Struct.new( :dry_run_config) SENSITIVE = [] include Aws::Structure end  |