class Amazonite::Iam::ServerCertificateMetadata

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(path : String, server_certificate_name : String, server_certificate_id : String, arn : String, upload_date : Time | Nil = nil, expiration : Time | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def 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 IAM User Guide.


[View source]
def arn=(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 IAM User Guide.


[View source]
def expiration : Time | Nil #

The date on which the certificate is set to expire.


[View source]
def expiration=(expiration : Time | Nil) #

The date on which the certificate is set to expire.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def path : String #

The path to the server certificate. For more information about paths, see IAM identifiers in the IAM User Guide.


[View source]
def path=(path : String) #

The path to the server certificate. For more information about paths, see IAM identifiers in the IAM User Guide.


[View source]
def server_certificate_id : String #

The stable and unique string identifying the server certificate. For more information about IDs, see IAM identifiers in the IAM User Guide.


[View source]
def server_certificate_id=(server_certificate_id : String) #

The stable and unique string identifying the server certificate. For more information about IDs, see IAM identifiers in the IAM User Guide.


[View source]
def server_certificate_name : String #

The name that identifies the server certificate.


[View source]
def server_certificate_name=(server_certificate_name : String) #

The name that identifies the server certificate.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def upload_date : Time | Nil #

The date when the server certificate was uploaded.


[View source]
def upload_date=(upload_date : Time | Nil) #

The date when the server certificate was uploaded.


[View source]
def validate! : Nil #

[View source]