Class: Aws::SecurityHub::Types::AwsSnsTopicSubscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsSnsTopicSubscription
- 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
-
#endpoint ⇒ String
The subscription’s endpoint (format depends on the protocol).
-
#protocol ⇒ String
The subscription’s protocol.
Instance Attribute Details
#endpoint ⇒ String
The subscription’s endpoint (format depends on the protocol).
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 |
#protocol ⇒ String
The subscription’s protocol.
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 |