Class: Aws::SecurityLake::Types::UpdateSubscriberNotificationResponse

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)


1975
1976
1977
1978
1979
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1975

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