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

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

#failedArray<String>

Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source failed. The failure occurred as these accounts are not part of an organization.

Returns:

  • (Array<String>)


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

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