pub struct RotateKeyOutput {
pub classic_key_gw_url: Option<String>,
pub item_type: Option<String>,
pub new_item_version: Option<i32>,
pub next_rotation_date: Option<String>,
}Expand description
RotateKeyOutput : RotateKeyOutput defines output of RotateKey operation
Fields§
§classic_key_gw_url: Option<String>§item_type: Option<String>§new_item_version: Option<i32>§next_rotation_date: Option<String>Implementations§
Source§impl RotateKeyOutput
impl RotateKeyOutput
Sourcepub fn new() -> RotateKeyOutput
pub fn new() -> RotateKeyOutput
RotateKeyOutput defines output of RotateKey operation
Trait Implementations§
Source§impl Clone for RotateKeyOutput
impl Clone for RotateKeyOutput
Source§fn clone(&self) -> RotateKeyOutput
fn clone(&self) -> RotateKeyOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RotateKeyOutput
impl Debug for RotateKeyOutput
Source§impl Default for RotateKeyOutput
impl Default for RotateKeyOutput
Source§fn default() -> RotateKeyOutput
fn default() -> RotateKeyOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RotateKeyOutput
impl<'de> Deserialize<'de> for RotateKeyOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RotateKeyOutput
impl PartialEq for RotateKeyOutput
Source§fn eq(&self, other: &RotateKeyOutput) -> bool
fn eq(&self, other: &RotateKeyOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RotateKeyOutput
impl Serialize for RotateKeyOutput
impl StructuralPartialEq for RotateKeyOutput
Auto Trait Implementations§
impl Freeze for RotateKeyOutput
impl RefUnwindSafe for RotateKeyOutput
impl Send for RotateKeyOutput
impl Sync for RotateKeyOutput
impl Unpin for RotateKeyOutput
impl UnsafeUnpin for RotateKeyOutput
impl UnwindSafe for RotateKeyOutput
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