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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/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)


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

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)


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

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