class Aws::SecurityHub::Types::AwsSnsTopicSubscription

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

@note When making an API call, you may pass AwsSnsTopicSubscription

data as a hash:

    {
      endpoint: "NonEmptyString",
      protocol: "NonEmptyString",
    }

@!attribute [rw] endpoint

The subscription's endpoint (format depends on the protocol).
@return [String]

@!attribute [rw] protocol

The subscription's protocol.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsSnsTopicSubscription AWS API Documentation

Constants

SENSITIVE