Class: Aws::SecurityLake::Types::CreateSubscriberNotificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::CreateSubscriberNotificationResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscriber_endpoint ⇒ String
The subscriber endpoint to which exception messages are posted.
Instance Attribute Details
#subscriber_endpoint ⇒ String
The subscriber endpoint to which exception messages are posted.
396 397 398 399 400 |
# File 'lib/aws-sdk-securitylake/types.rb', line 396 class CreateSubscriberNotificationResponse < Struct.new( :subscriber_endpoint) SENSITIVE = [] include Aws::Structure end |