Method: Aws::AppMesh::Types::FileAccessLog#format
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#format ⇒ Types::LoggingFormat
The specified format for the logs. The format is either
json_format or text_format.
1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-appmesh/types.rb', line 1496 class FileAccessLog < Struct.new( :format, :path) SENSITIVE = [] include Aws::Structure end |