class
Amazonite::Sns::RemovePermissionInput
- Amazonite::Sns::RemovePermissionInput
- Reference
- Object
Overview
Input for RemovePermission action.
Defined in:
sns/remove_permission_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#label : String
The unique label of the statement you want to remove.
-
#label=(label : String)
The unique label of the statement you want to remove.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#topic_arn : String
The ARN of the topic whose access control policy you wish to modify.
-
#topic_arn=(topic_arn : String)
The ARN of the topic whose access control policy you wish to modify.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def topic_arn=(topic_arn : String)
#
The ARN of the topic whose access control policy you wish to modify.