Class: Aws::SecurityLake::Types::DataLakeSourceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::DataLakeSourceStatus
- 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
-
#resource ⇒ String
Defines path the stored logs are available which has information on your systems, applications, and services.
-
#status ⇒ String
The health status of services, including error codes and patterns.
Instance Attribute Details
#resource ⇒ String
Defines path the stored logs are available which has information on your systems, applications, and services.
941 942 943 944 945 946 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 941 class DataLakeSourceStatus < Struct.new( :resource, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The health status of services, including error codes and patterns.
941 942 943 944 945 946 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 941 class DataLakeSourceStatus < Struct.new( :resource, :status) SENSITIVE = [] include Aws::Structure end |