Class: Aws::EC2::Types::VerifiedAccessLogS3DestinationOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VerifiedAccessLogS3DestinationOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Options for Amazon S3 as a logging destination.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bucket_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The bucket name.
 - 
  
    
      #bucket_owner  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account that owns the Amazon S3 bucket.
 - 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether logging is enabled.
 - 
  
    
      #prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The bucket prefix.
 
Instance Attribute Details
#bucket_name ⇒ String
The bucket name.
      68062 68063 68064 68065 68066 68067 68068 68069  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68062 class VerifiedAccessLogS3DestinationOptions < Struct.new( :enabled, :bucket_name, :prefix, :bucket_owner) SENSITIVE = [] include Aws::Structure end  | 
  
#bucket_owner ⇒ String
The ID of the Amazon Web Services account that owns the Amazon S3 bucket.
      68062 68063 68064 68065 68066 68067 68068 68069  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68062 class VerifiedAccessLogS3DestinationOptions < Struct.new( :enabled, :bucket_name, :prefix, :bucket_owner) SENSITIVE = [] include Aws::Structure end  | 
  
#enabled ⇒ Boolean
Indicates whether logging is enabled.
      68062 68063 68064 68065 68066 68067 68068 68069  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68062 class VerifiedAccessLogS3DestinationOptions < Struct.new( :enabled, :bucket_name, :prefix, :bucket_owner) SENSITIVE = [] include Aws::Structure end  | 
  
#prefix ⇒ String
The bucket prefix.
      68062 68063 68064 68065 68066 68067 68068 68069  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68062 class VerifiedAccessLogS3DestinationOptions < Struct.new( :enabled, :bucket_name, :prefix, :bucket_owner) SENSITIVE = [] include Aws::Structure end  |