C# Класс Amazon.IdentityManagement.Model.ListServerCertificatesRequest

Container for the parameters to the ListServerCertificates operation.

Lists the server certificates that have the specified path prefix. If none exist, the action returns an empty list.

You can paginate the results using the MaxItems and Marker parameters.

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

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

Метод Описание
ListServerCertificatesRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Приватные методы

Метод Описание
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool
IsSetPathPrefix ( ) : bool

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

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

Empty constructor used to set properties independently even when a simple constructor is available
public ListServerCertificatesRequest ( ) : System
Результат System