Class: Aws::FIS::Types::ExperimentTemplateS3LogConfigurationInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FIS::Types::ExperimentTemplateS3LogConfigurationInput
 
 
- Defined in:
 - gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
 
Overview
Specifies the configuration for experiment logging to Amazon S3.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bucket_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the destination bucket.
 - 
  
    
      #prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The bucket prefix.
 
Instance Attribute Details
#bucket_name ⇒ String
The name of the destination bucket.
      1498 1499 1500 1501 1502 1503  | 
    
      # File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1498 class ExperimentTemplateS3LogConfigurationInput < Struct.new( :bucket_name, :prefix) SENSITIVE = [] include Aws::Structure end  | 
  
#prefix ⇒ String
The bucket prefix.
      1498 1499 1500 1501 1502 1503  | 
    
      # File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1498 class ExperimentTemplateS3LogConfigurationInput < Struct.new( :bucket_name, :prefix) SENSITIVE = [] include Aws::Structure end  |