Class: Aws::SecurityAgent::Types::LogLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::LogLocation
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Location information for execution logs
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_log ⇒ Types::CloudWatchLog
CloudWatch log information if logs are stored in CloudWatch.
-
#log_type ⇒ String
Type of log storage.
Instance Attribute Details
#cloud_watch_log ⇒ Types::CloudWatchLog
CloudWatch log information if logs are stored in CloudWatch
2767 2768 2769 2770 2771 2772 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2767 class LogLocation < Struct.new( :log_type, :cloud_watch_log) SENSITIVE = [] include Aws::Structure end |
#log_type ⇒ String
Type of log storage
2767 2768 2769 2770 2771 2772 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2767 class LogLocation < Struct.new( :log_type, :cloud_watch_log) SENSITIVE = [] include Aws::Structure end |