/AWS1/CL_IAMUPLOADSERVERCRTRSP¶
Contains the response to a successful UploadServerCertificate request.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_servercertificatemetadata
TYPE REF TO /AWS1/CL_IAMSERVERCERTMETADATA
/AWS1/CL_IAMSERVERCERTMETADATA
¶
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
it_tags
TYPE /AWS1/CL_IAMTAG=>TT_TAGLISTTYPE
TT_TAGLISTTYPE
¶
A list of tags that are attached to the new IAM server certificate. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
Queryable Attributes¶
ServerCertificateMetadata¶
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVERCERTMETADATA() |
Getter for SERVERCERTIFICATEMETADATA |
Tags¶
A list of tags that are attached to the new IAM server certificate. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |