Class: Aws::SecurityLake::Types::GetDataLakeExceptionSubscriptionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecurityLake::Types::GetDataLakeExceptionSubscriptionResponse
 
- Defined in:
- gems/aws-sdk-securitylake/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.
| 1051 1052 1053 1054 1055 1056 1057 | # File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1051 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.
| 1051 1052 1053 1054 1055 1056 1057 | # File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1051 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.
| 1051 1052 1053 1054 1055 1056 1057 | # File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1051 class GetDataLakeExceptionSubscriptionResponse < Struct.new( :exception_time_to_live, :notification_endpoint, :subscription_protocol) SENSITIVE = [] include Aws::Structure end |