Class: Aws::AppMesh::Types::Logging

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appmesh/types.rb

Overview

Note:

When making an API call, you may pass Logging data as a hash:

{
  access_log: {
    file: {
      path: "FilePath", # required
    },
  },
}

An object representing the logging information for a virtual node.

Instance Attribute Summary collapse

Instance Attribute Details

#access_logTypes::AccessLog

The access log configuration for a virtual node.

Returns:



330
331
332
333
# File 'lib/aws-sdk-appmesh/types.rb', line 330

class Logging < Struct.new(
  :access_log)
  include Aws::Structure
end