Class: Aws::SecurityLake::Types::CreateSubscriberNotificationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subscriber_endpointString

The subscriber endpoint to which exception messages are posted.

Returns:

  • (String)


391
392
393
394
395
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 391

class CreateSubscriberNotificationResponse < Struct.new(
  :subscriber_endpoint)
  SENSITIVE = []
  include Aws::Structure
end