Class: Aws::SecurityHub::Types::AwsSnsTopicSubscription

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

Overview

A wrapper type for the attributes of an Amazon SNS subscription.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

The subscription’s endpoint (format depends on the protocol).

Returns:

  • (String)


20908
20909
20910
20911
20912
20913
# File 'lib/aws-sdk-securityhub/types.rb', line 20908

class AwsSnsTopicSubscription < Struct.new(
  :endpoint,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The subscription’s protocol.

Returns:

  • (String)


20908
20909
20910
20911
20912
20913
# File 'lib/aws-sdk-securityhub/types.rb', line 20908

class AwsSnsTopicSubscription < Struct.new(
  :endpoint,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end