Class: Aws::SNS::Types::RemovePermissionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::RemovePermissionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Input for RemovePermission action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label ⇒ String
The unique label of the statement you want to remove.
-
#topic_arn ⇒ String
The ARN of the topic whose access control policy you wish to modify.
Instance Attribute Details
#label ⇒ String
The unique label of the statement you want to remove.
2103 2104 2105 2106 2107 2108 |
# File 'lib/aws-sdk-sns/types.rb', line 2103 class RemovePermissionInput < Struct.new( :topic_arn, :label) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
The ARN of the topic whose access control policy you wish to modify.
2103 2104 2105 2106 2107 2108 |
# File 'lib/aws-sdk-sns/types.rb', line 2103 class RemovePermissionInput < Struct.new( :topic_arn, :label) SENSITIVE = [] include Aws::Structure end |