Class: Aws::AppMesh::Types::VirtualGatewayLogging

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

Overview

An object that represents logging information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_logTypes::VirtualGatewayAccessLog

The access log configuration.



5451
5452
5453
5454
5455
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5451

class VirtualGatewayLogging < Struct.new(
  :access_log)
  SENSITIVE = []
  include Aws::Structure
end