Class: Aws::SecurityLake::Types::AwsLogSourceResource

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securitylake/types.rb

Overview

Amazon Security Lake can collect logs and events from natively-supported Amazon Web Services services.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_nameString

The name for a Amazon Web Services source. This must be a Regionally unique value.

Returns:

  • (String)


104
105
106
107
108
109
# File 'lib/aws-sdk-securitylake/types.rb', line 104

class AwsLogSourceResource < Struct.new(
  :source_name,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end

#source_versionString

The version for a Amazon Web Services source. This must be a Regionally unique value.

Returns:

  • (String)


104
105
106
107
108
109
# File 'lib/aws-sdk-securitylake/types.rb', line 104

class AwsLogSourceResource < Struct.new(
  :source_name,
  :source_version)
  SENSITIVE = []
  include Aws::Structure
end