Class: Aws::SecurityLake::Types::CreateAwsLogSourceResponse

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

#failedArray<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.

Returns:

  • (Array<String>)


173
174
175
176
177
# File 'lib/aws-sdk-securitylake/types.rb', line 173

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