Class: Aws::EC2::Types::VerifiedAccessLogCloudWatchLogsDestinationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessLogCloudWatchLogsDestinationOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Options for CloudWatch Logs as a logging destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Indicates whether logging is enabled.
-
#log_group ⇒ String
The ID of the CloudWatch Logs log group.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether logging is enabled.
71846 71847 71848 71849 71850 71851 |
# File 'lib/aws-sdk-ec2/types.rb', line 71846 class VerifiedAccessLogCloudWatchLogsDestinationOptions < Struct.new( :enabled, :log_group) SENSITIVE = [] include Aws::Structure end |
#log_group ⇒ String
The ID of the CloudWatch Logs log group.
71846 71847 71848 71849 71850 71851 |
# File 'lib/aws-sdk-ec2/types.rb', line 71846 class VerifiedAccessLogCloudWatchLogsDestinationOptions < Struct.new( :enabled, :log_group) SENSITIVE = [] include Aws::Structure end |