C# Класс Amazon.SimpleNotificationService.Model.RemovePermissionRequest

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

RemovePermissionRequest() публичный Метод

Default constructor for a new RemovePermissionRequest object. Callers should use the properties to initialize this object after creating it.
public RemovePermissionRequest ( ) : System
Результат System

RemovePermissionRequest() публичный Метод

Constructs a new RemovePermissionRequest object. Callers should use the properties initialize any additional object members.
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