Class: Aws::SecurityAgent::Types::CloudWatchLog
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::CloudWatchLog
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
The Amazon CloudWatch Logs configuration for pentest job logging.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group ⇒ String
The name of the CloudWatch log group.
-
#log_stream ⇒ String
The name of the CloudWatch log stream.
Instance Attribute Details
#log_group ⇒ String
The name of the CloudWatch log group.
710 711 712 713 714 715 |
# File 'lib/aws-sdk-securityagent/types.rb', line 710 class CloudWatchLog < Struct.new( :log_group, :log_stream) SENSITIVE = [] include Aws::Structure end |
#log_stream ⇒ String
The name of the CloudWatch log stream.
710 711 712 713 714 715 |
# File 'lib/aws-sdk-securityagent/types.rb', line 710 class CloudWatchLog < Struct.new( :log_group, :log_stream) SENSITIVE = [] include Aws::Structure end |