Struct aws_sdk_iam::model::ServerCertificate [−][src]
#[non_exhaustive]pub struct ServerCertificate {
pub server_certificate_metadata: Option<ServerCertificateMetadata>,
pub certificate_body: Option<String>,
pub certificate_chain: Option<String>,
pub tags: Option<Vec<Tag>>,
}
Expand description
Contains information about a server certificate.
This data type is used as a response element in the GetServerCertificate operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.server_certificate_metadata: Option<ServerCertificateMetadata>
The meta information of the server certificate, such as its name, path, ID, and ARN.
certificate_body: Option<String>
The contents of the public key certificate.
certificate_chain: Option<String>
The contents of the public key certificate chain.
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.
Implementations
The meta information of the server certificate, such as its name, path, ID, and ARN.
The contents of the public key certificate.
The contents of the public key certificate chain.
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.
Creates a new builder-style object to manufacture ServerCertificate
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ServerCertificate
impl Send for ServerCertificate
impl Sync for ServerCertificate
impl Unpin for ServerCertificate
impl UnwindSafe for ServerCertificate
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more