Class: Aws::SecurityLake::Types::DataLakeSourceStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb

Overview

Retrieves the Logs status for the Amazon Security Lake account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resourceString

Defines path the stored logs are available which has information on your systems, applications, and services.

Returns:

  • (String)


935
936
937
938
939
940
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 935

class DataLakeSourceStatus < Struct.new(
  :resource,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The health status of services, including error codes and patterns.

Returns:

  • (String)


935
936
937
938
939
940
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 935

class DataLakeSourceStatus < Struct.new(
  :resource,
  :status)
  SENSITIVE = []
  include Aws::Structure
end