Class: Aws::SecurityAgent::Types::LogLocation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cloud_watch_logTypes::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_typeString

Type of log storage

Returns:

  • (String)


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