class Aws::SNS::Types::RemovePermissionInput

Input for RemovePermission action.

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

data as a hash:

    {
      topic_arn: "topicARN", # required
      label: "label", # required
    }

@!attribute [rw] topic_arn

The ARN of the topic whose access control policy you wish to modify.
@return [String]

@!attribute [rw] label

The unique label of the statement you want to remove.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/RemovePermissionInput AWS API Documentation

Constants

SENSITIVE