class Amazonite::Iam::ServerCertificate

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

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(server_certificate_metadata : ServerCertificateMetadata, certificate_body : String, certificate_chain : String | Nil = nil, tags : Array(Tag) | 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 certificate_body : String #

The contents of the public key certificate.


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

The contents of the public key certificate.


[View source]
def certificate_chain : String | Nil #

The contents of the public key certificate chain.


[View source]
def certificate_chain=(certificate_chain : String | Nil) #

The contents of the public key certificate chain.


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

See Object#hash(hasher)


def server_certificate_metadata : ServerCertificateMetadata #

The meta information of the server certificate, such as its name, path, ID, and ARN.


[View source]
def server_certificate_metadata=(server_certificate_metadata : ServerCertificateMetadata) #

The meta information of the server certificate, such as its name, path, ID, and ARN.


[View source]
def tags : Array(Tag) | Nil #

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.


[View source]
def tags=(tags : Array(Tag) | Nil) #

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.


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

[View source]
def validate! : Nil #

[View source]