Struct rusoto_iot::OutgoingCertificate [] [src]

pub struct OutgoingCertificate {
    pub certificate_arn: Option<CertificateArn>,
    pub certificate_id: Option<CertificateId>,
    pub creation_date: Option<DateType>,
    pub transfer_date: Option<DateType>,
    pub transfer_message: Option<Message>,
    pub transferred_to: Option<AwsAccountId>,
}

A certificate that has been transfered but not yet accepted.

Fields

The certificate ARN.

The certificate ID.

The certificate creation date.

The date the transfer was initiated.

The transfer message.

The AWS account to which the transfer was made.

Trait Implementations

impl Default for OutgoingCertificate
[src]

Returns the "default value" for a type. Read more

impl Debug for OutgoingCertificate
[src]

Formats the value using the given formatter.

impl Clone for OutgoingCertificate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more