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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb

Overview

Input for RemovePermission action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#labelString

The unique label of the statement you want to remove.

Returns:

  • (String)


2104
2105
2106
2107
2108
2109
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 2104

class RemovePermissionInput < Struct.new(
  :topic_arn,
  :label)
  SENSITIVE = []
  include Aws::Structure
end

#topic_arnString

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

Returns:

  • (String)


2104
2105
2106
2107
2108
2109
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 2104

class RemovePermissionInput < Struct.new(
  :topic_arn,
  :label)
  SENSITIVE = []
  include Aws::Structure
end