Class: Aws::EC2::Types::VpnTunnelLogOptionsSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpnTunnelLogOptionsSpecification
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Options for logging VPN tunnel activity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_log_options ⇒ Types::CloudWatchLogOptionsSpecification
Options for sending VPN tunnel logs to CloudWatch.
Instance Attribute Details
#cloud_watch_log_options ⇒ Types::CloudWatchLogOptionsSpecification
Options for sending VPN tunnel logs to CloudWatch.
72045 72046 72047 72048 72049 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72045 class VpnTunnelLogOptionsSpecification < Struct.new( :cloud_watch_log_options) SENSITIVE = [] include Aws::Structure end |