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

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


1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1030

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)


1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1030

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