Class: Aws::SecurityLake::Types::CreateAwsLogSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::CreateAwsLogSourceResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed ⇒ Array<String>
Lists all accounts in which enabling a natively supported Amazon Web Services service as a Security Lake source failed.
Instance Attribute Details
#failed ⇒ Array<String>
Lists all accounts in which enabling a natively supported Amazon Web Services service as a Security Lake source failed. The failure occurred as these accounts are not part of an organization.
173 174 175 176 177 |
# File 'lib/aws-sdk-securitylake/types.rb', line 173 class CreateAwsLogSourceResponse < Struct.new( :failed) SENSITIVE = [] include Aws::Structure end |