You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SNS::Types::RemovePermissionInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemovePermissionInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Input for RemovePermission action.

Instance Attribute Summary collapse

Instance Attribute Details

#labelString

The unique label of the statement you want to remove.

Returns:

  • (String)

    The unique label of the statement you want to remove.

#topic_arnString

The ARN of the topic whose access control policy you wish to modify.

Returns:

  • (String)

    The ARN of the topic whose access control policy you wish to modify.