C# Class Amazon.IdentityManagement.Model.GetServerCertificateRequest

Container for the parameters to the GetServerCertificate operation. Retrieves information about the specified server certificate stored in IAM.

For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to Working with Server Certificates in the IAM User Guide.

Inheritance: AmazonIdentityManagementServiceRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
GetServerCertificateRequest ( ) : System

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

GetServerCertificateRequest ( string serverCertificateName ) : System

Instantiates GetServerCertificateRequest with the parameterized properties

Private Methods

Method Description
IsSetServerCertificateName ( ) : bool

Method Details

GetServerCertificateRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public GetServerCertificateRequest ( ) : System
return System

GetServerCertificateRequest() public method

Instantiates GetServerCertificateRequest with the parameterized properties
public GetServerCertificateRequest ( string serverCertificateName ) : System
serverCertificateName string The name of the server certificate you want to retrieve information about. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
return System