Class: Aws::SecurityLake::Types::CreateCustomLogSourceResponse

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

#sourceTypes::CustomLogSourceResource

The third-party custom source that was created.



279
280
281
282
283
# File 'lib/aws-sdk-securitylake/types.rb', line 279

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