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

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

#sourceTypes::CustomLogSourceResource

The created third-party custom source.



275
276
277
278
279
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 275

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