class
Amazonite::Iam::UploadServerCertificateResponse
- Amazonite::Iam::UploadServerCertificateResponse
- Reference
- Object
Overview
Contains the response to a successful UploadServerCertificate request.
Defined in:
iam/upload_server_certificate_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(server_certificate_metadata : ServerCertificateMetadata | Nil = nil, tags : Array(Tag) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#server_certificate_metadata : ServerCertificateMetadata | Nil
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
-
#server_certificate_metadata=(server_certificate_metadata : ServerCertificateMetadata | Nil)
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
-
#tags : Array(Tag) | Nil
A list of tags that are attached to the new IAM server certificate.
-
#tags=(tags : Array(Tag) | Nil)
A list of tags that are attached to the new IAM server certificate.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
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.
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.