Class: Aws::SecurityLake::Types::CreateCustomLogSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::CreateCustomLogSourceResponse
- Defined in:
- gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ Types::CustomLogSourceResource
The third-party custom source that was created.
Instance Attribute Details
#source ⇒ Types::CustomLogSourceResource
The third-party custom source that was created.
279 280 281 282 283 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 279 class CreateCustomLogSourceResponse < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |