메소드 | 설명 | |
---|---|---|
RemovePermissionRequest ( ) : System |
Default constructor for a new RemovePermissionRequest object. Callers should use the properties to initialize this object after creating it.
|
|
RemovePermissionRequest ( string topicArn, string label ) : System |
Constructs a new RemovePermissionRequest object. Callers should use the properties initialize any additional object members.
|
메소드 | 설명 | |
---|---|---|
IsSetLabel ( ) : bool | ||
IsSetTopicArn ( ) : bool |
public RemovePermissionRequest ( string topicArn, string label ) : System | ||
topicArn | string | The ARN of the topic whose access control policy you wish to modify. |
label | string | The unique label of the statement you want to remove. |
리턴 | System |