Struct aws_sdk_rds::types::CustomDbEngineVersionAmi
source · #[non_exhaustive]pub struct CustomDbEngineVersionAmi {
pub image_id: Option<String>,
pub status: Option<String>,
}
Expand description
A value that indicates the AMI information.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.image_id: Option<String>
A value that indicates the ID of the AMI.
status: Option<String>
A value that indicates the status of a custom engine version (CEV).
Implementations§
source§impl CustomDbEngineVersionAmi
impl CustomDbEngineVersionAmi
sourcepub fn builder() -> CustomDbEngineVersionAmiBuilder
pub fn builder() -> CustomDbEngineVersionAmiBuilder
Creates a new builder-style object to manufacture CustomDbEngineVersionAmi
.
Trait Implementations§
source§impl Clone for CustomDbEngineVersionAmi
impl Clone for CustomDbEngineVersionAmi
source§fn clone(&self) -> CustomDbEngineVersionAmi
fn clone(&self) -> CustomDbEngineVersionAmi
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CustomDbEngineVersionAmi
impl Debug for CustomDbEngineVersionAmi
source§impl PartialEq for CustomDbEngineVersionAmi
impl PartialEq for CustomDbEngineVersionAmi
source§fn eq(&self, other: &CustomDbEngineVersionAmi) -> bool
fn eq(&self, other: &CustomDbEngineVersionAmi) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CustomDbEngineVersionAmi
Auto Trait Implementations§
impl RefUnwindSafe for CustomDbEngineVersionAmi
impl Send for CustomDbEngineVersionAmi
impl Sync for CustomDbEngineVersionAmi
impl Unpin for CustomDbEngineVersionAmi
impl UnwindSafe for CustomDbEngineVersionAmi
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.