Class: Aws::SecurityLake::Types::GetDataLakeExceptionSubscriptionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_time_to_liveInteger

The expiration period and time-to-live (TTL). It is the duration of time until which the exception message remains.

Returns:

  • (Integer)


1156
1157
1158
1159
1160
1161
1162
# File 'lib/aws-sdk-securitylake/types.rb', line 1156

class GetDataLakeExceptionSubscriptionResponse < Struct.new(
  :exception_time_to_live,
  :notification_endpoint,
  :subscription_protocol)
  SENSITIVE = []
  include Aws::Structure
end

#notification_endpointString

The Amazon Web Services account where you receive exception notifications.

Returns:

  • (String)


1156
1157
1158
1159
1160
1161
1162
# File 'lib/aws-sdk-securitylake/types.rb', line 1156

class GetDataLakeExceptionSubscriptionResponse < Struct.new(
  :exception_time_to_live,
  :notification_endpoint,
  :subscription_protocol)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_protocolString

The subscription protocol to which exception notifications are posted.

Returns:

  • (String)


1156
1157
1158
1159
1160
1161
1162
# File 'lib/aws-sdk-securitylake/types.rb', line 1156

class GetDataLakeExceptionSubscriptionResponse < Struct.new(
  :exception_time_to_live,
  :notification_endpoint,
  :subscription_protocol)
  SENSITIVE = []
  include Aws::Structure
end