Class: Aws::SecurityLake::Types::UpdateDataLakeExceptionSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::UpdateDataLakeExceptionSubscriptionRequest
- 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 time-to-live (TTL) for the exception message to remain.
-
#notification_endpoint ⇒ String
The account that is subscribed to receive exception notifications.
-
#subscription_protocol ⇒ String
The subscription protocol to which exception messages are posted.
Instance Attribute Details
#exception_time_to_live ⇒ Integer
The time-to-live (TTL) for the exception message to remain. It is the duration of time until which the exception message remains.
1915 1916 1917 1918 1919 1920 1921 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1915 class UpdateDataLakeExceptionSubscriptionRequest < Struct.new( :exception_time_to_live, :notification_endpoint, :subscription_protocol) SENSITIVE = [] include Aws::Structure end |
#notification_endpoint ⇒ String
The account that is subscribed to receive exception notifications.
1915 1916 1917 1918 1919 1920 1921 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1915 class UpdateDataLakeExceptionSubscriptionRequest < Struct.new( :exception_time_to_live, :notification_endpoint, :subscription_protocol) SENSITIVE = [] include Aws::Structure end |
#subscription_protocol ⇒ String
The subscription protocol to which exception messages are posted.
1915 1916 1917 1918 1919 1920 1921 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1915 class UpdateDataLakeExceptionSubscriptionRequest < Struct.new( :exception_time_to_live, :notification_endpoint, :subscription_protocol) SENSITIVE = [] include Aws::Structure end |