Class: Aws::SecurityLake::Types::DeleteCustomLogSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::DeleteCustomLogSourceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_name ⇒ String
The source name of custom log source that you want to delete.
-
#source_version ⇒ String
The source version for the third-party custom source.
Instance Attribute Details
#source_name ⇒ String
The source name of custom log source that you want to delete.
1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1036 class DeleteCustomLogSourceRequest < Struct.new( :source_name, :source_version) SENSITIVE = [] include Aws::Structure end |
#source_version ⇒ String
The source version for the third-party custom source. You can limit the custom source removal to the specified source version.
1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1036 class DeleteCustomLogSourceRequest < Struct.new( :source_name, :source_version) SENSITIVE = [] include Aws::Structure end |