Class: Aws::AppMesh::Types::AccessLog

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 AccessLog data as a hash:

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

An object representing the access logging information for a virtual node.

Instance Attribute Summary collapse

Instance Attribute Details

#fileTypes::FileAccessLog

The file object to send virtual node access logs to.



1592
1593
1594
1595
# File 'lib/aws-sdk-appmesh/types.rb', line 1592

class AccessLog < Struct.new(
  :file)
  include Aws::Structure
end