Class: Aws::AppMesh::Types::Logging
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppMesh::Types::Logging
 
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
An object that represents the logging information for a virtual node.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #access_log  ⇒ Types::AccessLog 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The access log configuration for a virtual node. 
Instance Attribute Details
#access_log ⇒ Types::AccessLog
The access log configuration for a virtual node.
| 3554 3555 3556 3557 3558 | # File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3554 class Logging < Struct.new( :access_log) SENSITIVE = [] include Aws::Structure end |