Class: Aws::SecurityLake::Types::DeleteAwsLogSourceRequest

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

#sourcesArray<Types::AwsLogSourceConfiguration>

Specify the natively-supported Amazon Web Services service to remove as a source in Security Lake.



1006
1007
1008
1009
1010
# File 'lib/aws-sdk-securitylake/types.rb', line 1006

class DeleteAwsLogSourceRequest < Struct.new(
  :sources)
  SENSITIVE = []
  include Aws::Structure
end