Class: Aws::SecurityLake::Types::UpdateSubscriberNotificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::UpdateSubscriberNotificationResponse
- 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.
1983 1984 1985 1986 1987 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1983 class UpdateSubscriberNotificationResponse < Struct.new( :subscriber_endpoint) SENSITIVE = [] include Aws::Structure end |