Class: Aws::SecurityAgent::Types::CloudWatchLog

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

Instance Attribute Details

#log_groupString

Name of the CloudWatch log group

Returns:

  • (String)


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_streamString

Name of the CloudWatch log stream

Returns:

  • (String)


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