class AmazonS3::AnalyticsS3BucketDestinationStruct
- AmazonS3::AnalyticsS3BucketDestinationStruct
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #bucket : String
- #bucket=(bucket : String)
- #bucket_account_id : String | Nil
- #bucket_account_id=(bucket_account_id : String | Nil)
- #format : String
- #format=(format : String)
- #prefix : String | Nil
- #prefix=(prefix : String | Nil)
Instance methods inherited from module AWSSdk::RestXML::Structure
  
  
    
      process(request : HTTP::Request)
    process, 
    
  
    
      serialize(xml : XML::Builder)
    serialize
    
  
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
        
        def self.new(format : String, bucket : String, bucket_account_id : String = nil, prefix : String = nil)
        #