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

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

#exception_time_to_liveInteger

The expiration period and time-to-live (TTL).

Returns:

  • (Integer)


1149
1150
1151
1152
1153
1154
1155
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1149

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)


1149
1150
1151
1152
1153
1154
1155
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1149

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)


1149
1150
1151
1152
1153
1154
1155
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1149

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