Class: Aws::SecurityAgent::Types::CloudWatchLog
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::CloudWatchLog
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Reference to logs stored in CloudWatch
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group ⇒ String
Name of the CloudWatch log group.
-
#log_stream ⇒ String
Name of the CloudWatch log stream.
Instance Attribute Details
#log_group ⇒ String
Name of the CloudWatch log group
696 697 698 699 700 701 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 696 class CloudWatchLog < Struct.new( :log_group, :log_stream) SENSITIVE = [] include Aws::Structure end |
#log_stream ⇒ String
Name of the CloudWatch log stream
696 697 698 699 700 701 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 696 class CloudWatchLog < Struct.new( :log_group, :log_stream) SENSITIVE = [] include Aws::Structure end |