class
Amazonite::Iam::ServerCertificate
- Amazonite::Iam::ServerCertificate
- Reference
- Object
Overview
Contains information about a server certificate.
This data type is used as a response element in the GetServerCertificate operation.
Defined in:
iam/server_certificate.crConstructors
- .from_xml(node : XML::Node) : self
- .new(server_certificate_metadata : ServerCertificateMetadata, certificate_body : String, certificate_chain : String | Nil = nil, tags : Array(Tag) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#certificate_body : String
The contents of the public key certificate.
-
#certificate_body=(certificate_body : String)
The contents of the public key certificate.
-
#certificate_chain : String | Nil
The contents of the public key certificate chain.
-
#certificate_chain=(certificate_chain : String | Nil)
The contents of the public key certificate chain.
-
#hash(hasher)
See
Object#hash(hasher) -
#server_certificate_metadata : ServerCertificateMetadata
The meta information of the server certificate, such as its name, path, ID, and ARN.
-
#server_certificate_metadata=(server_certificate_metadata : ServerCertificateMetadata)
The meta information of the server certificate, such as its name, path, ID, and ARN.
-
#tags : Array(Tag) | Nil
A list of tags that are attached to the server certificate.
-
#tags=(tags : Array(Tag) | Nil)
A list of tags that are attached to the 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 contents of the public key certificate chain.
The meta information of the server certificate, such as its name, path, ID, and ARN.
The meta information of the server certificate, such as its name, path, ID, and ARN.
A list of tags that are attached to the server certificate. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
A list of tags that are attached to the server certificate. For more information about tagging, see Tagging IAM resources in the IAM User Guide.