Méthode | Description | |
---|---|---|
ServerCertificateMetadata ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
ServerCertificateMetadata ( string path, string serverCertificateName, string serverCertificateId, string arn ) : System |
Instantiates ServerCertificateMetadata with the parameterized properties
|
Méthode | Description | |
---|---|---|
IsSetArn ( ) : bool | ||
IsSetExpiration ( ) : bool | ||
IsSetPath ( ) : bool | ||
IsSetServerCertificateId ( ) : bool | ||
IsSetServerCertificateName ( ) : bool | ||
IsSetUploadDate ( ) : bool |
public ServerCertificateMetadata ( ) : System | ||
Résultat | System |
public ServerCertificateMetadata ( string path, string serverCertificateName, string serverCertificateId, string arn ) : System | ||
path | string | The path to the server certificate. For more information about paths, see IAM Identifiers in the Using IAM guide. |
serverCertificateName | string | The name that identifies the server certificate. |
serverCertificateId | string | The stable and unique string identifying the server certificate. For more information about IDs, see IAM Identifiers in the Using IAM guide. |
arn | string | The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide. |
Résultat | System |