class
Amazonite::Iam::ServerCertificateMetadata
- Amazonite::Iam::ServerCertificateMetadata
- Reference
- Object
Overview
Contains information about a server certificate without its certificate body, certificate chain, and private key.
This data type is used as a response element in the UploadServerCertificate and ListServerCertificates operations.
Defined in:
iam/server_certificate_metadata.crConstructors
- .from_xml(node : XML::Node) : self
- .new(path : String, server_certificate_name : String, server_certificate_id : String, arn : String, upload_date : Time | Nil = nil, expiration : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String
The Amazon Resource Name (ARN) specifying the server certificate.
-
#arn=(arn : String)
The Amazon Resource Name (ARN) specifying the server certificate.
-
#expiration : Time | Nil
The date on which the certificate is set to expire.
-
#expiration=(expiration : Time | Nil)
The date on which the certificate is set to expire.
-
#hash(hasher)
See
Object#hash(hasher) -
#path : String
The path to the server certificate.
-
#path=(path : String)
The path to the server certificate.
-
#server_certificate_id : String
The stable and unique string identifying the server certificate.
-
#server_certificate_id=(server_certificate_id : String)
The stable and unique string identifying the server certificate.
-
#server_certificate_name : String
The name that identifies the server certificate.
-
#server_certificate_name=(server_certificate_name : String)
The name that identifies the server certificate.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#upload_date : Time | Nil
The date when the server certificate was uploaded.
-
#upload_date=(upload_date : Time | Nil)
The date when the server certificate was uploaded.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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 IAM User Guide.
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 IAM User Guide.
The path to the server certificate. For more information about paths, see IAM identifiers in the IAM User Guide.
The path to the server certificate. For more information about paths, see IAM identifiers in the IAM User Guide.
The stable and unique string identifying the server certificate. For more information about IDs, see IAM identifiers in the IAM User Guide.
The stable and unique string identifying the server certificate. For more information about IDs, see IAM identifiers in the IAM User Guide.
The name that identifies the server certificate.