Class: Aws::SecurityLake::Types::AwsLogSourceResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::AwsLogSourceResource
- 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
-
#source_name ⇒ String
The name for a Amazon Web Services source.
-
#source_version ⇒ String
The version for a Amazon Web Services source.
Instance Attribute Details
#source_name ⇒ String
The name for a Amazon Web Services source. This must be a Regionally unique value.
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_version ⇒ String
The version for a Amazon Web Services source. This must be a Regionally unique value.
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 |