You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppMesh::Types::VirtualGatewayLogging
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppMesh::Types::VirtualGatewayLogging
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing VirtualGatewayLogging as input to an Aws::Client method, you can use a vanilla Hash:
{
  access_log: {
    file: {
      path: "FilePath", # required
    },
  },
}
An object that represents logging information.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #access_log  ⇒ Types::VirtualGatewayAccessLog 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The access log configuration. 
Instance Attribute Details
#access_log ⇒ Types::VirtualGatewayAccessLog
The access log configuration.