pub struct ServerCertificate { /* private fields */ }Expand description
The AWS::IAM::ServerCertificate resource type.
Trait Implementations§
Source§impl Debug for ServerCertificate
impl Debug for ServerCertificate
Source§impl Default for ServerCertificate
impl Default for ServerCertificate
Source§fn default() -> ServerCertificate
fn default() -> ServerCertificate
Returns the “default value” for a type. Read more
Source§impl From<ServerCertificateProperties> for ServerCertificate
impl From<ServerCertificateProperties> for ServerCertificate
Source§fn from(properties: ServerCertificateProperties) -> ServerCertificate
fn from(properties: ServerCertificateProperties) -> ServerCertificate
Converts to this type from the input type.
Source§impl Resource for ServerCertificate
impl Resource for ServerCertificate
Source§const TYPE: &'static str = "AWS::IAM::ServerCertificate"
const TYPE: &'static str = "AWS::IAM::ServerCertificate"
Uniquely identifies the resource type.
Source§type Properties = ServerCertificateProperties
type Properties = ServerCertificateProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &ServerCertificateProperties
fn properties(&self) -> &ServerCertificateProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut ServerCertificateProperties
fn properties_mut(&mut self) -> &mut ServerCertificateProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for ServerCertificate
impl RefUnwindSafe for ServerCertificate
impl Send for ServerCertificate
impl Sync for ServerCertificate
impl Unpin for ServerCertificate
impl UnwindSafe for ServerCertificate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more