Class: Aws::SecurityLake::Types::GetDataLakeExceptionSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::GetDataLakeExceptionSubscriptionResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_time_to_live ⇒ Integer
The expiration period and time-to-live (TTL).
-
#notification_endpoint ⇒ String
The Amazon Web Services account where you receive exception notifications.
-
#subscription_protocol ⇒ String
The subscription protocol to which exception notifications are posted.
Instance Attribute Details
#exception_time_to_live ⇒ Integer
The expiration period and time-to-live (TTL). It is the duration of time until which the exception message remains.
1156 1157 1158 1159 1160 1161 1162 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1156 class GetDataLakeExceptionSubscriptionResponse < Struct.new( :exception_time_to_live, :notification_endpoint, :subscription_protocol) SENSITIVE = [] include Aws::Structure end |
#notification_endpoint ⇒ String
The Amazon Web Services account where you receive exception notifications.
1156 1157 1158 1159 1160 1161 1162 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1156 class GetDataLakeExceptionSubscriptionResponse < Struct.new( :exception_time_to_live, :notification_endpoint, :subscription_protocol) SENSITIVE = [] include Aws::Structure end |
#subscription_protocol ⇒ String
The subscription protocol to which exception notifications are posted.
1156 1157 1158 1159 1160 1161 1162 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1156 class GetDataLakeExceptionSubscriptionResponse < Struct.new( :exception_time_to_live, :notification_endpoint, :subscription_protocol) SENSITIVE = [] include Aws::Structure end |