Class: Aws::SecurityLake::Types::DeleteCustomLogSourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_nameString

The source name of custom log source that you want to delete.

Returns:

  • (String)


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_versionString

The source version for the third-party custom source. You can limit the custom source removal to the specified source version.

Returns:

  • (String)


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