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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#access_logTypes::AccessLog

The access log configuration for a virtual node.

Returns:



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