Class: Aws::SecurityLake::Types::DeleteSubscriberNotificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::DeleteSubscriberNotificationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscriber_id ⇒ String
The ID of the Security Lake subscriber account.
Instance Attribute Details
#subscriber_id ⇒ String
The ID of the Security Lake subscriber account.
1096 1097 1098 1099 1100 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1096 class DeleteSubscriberNotificationRequest < Struct.new( :subscriber_id) SENSITIVE = [] include Aws::Structure end |