Class: Aws::AppMesh::Types::VirtualGatewayLogging
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualGatewayLogging
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
Note:
When making an API call, you may pass VirtualGatewayLogging data as a hash:
{
access_log: {
file: {
path: "FilePath", # required
},
},
}
An object that represents logging information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_log ⇒ Types::VirtualGatewayAccessLog
The access log configuration.
Instance Attribute Details
#access_log ⇒ Types::VirtualGatewayAccessLog
The access log configuration.
8956 8957 8958 8959 8960 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 8956 class VirtualGatewayLogging < Struct.new( :access_log) SENSITIVE = [] include Aws::Structure end |