#[non_exhaustive]pub struct DescribeGlobalSettingsOutput { /* private fields */ }Implementations
sourceimpl DescribeGlobalSettingsOutput
impl DescribeGlobalSettingsOutput
sourcepub fn global_settings(&self) -> Option<&HashMap<String, String>>
pub fn global_settings(&self) -> Option<&HashMap<String, String>>
The status of the flag isCrossAccountBackupEnabled.
sourcepub fn last_update_time(&self) -> Option<&DateTime>
pub fn last_update_time(&self) -> Option<&DateTime>
The date and time that the flag isCrossAccountBackupEnabled was last updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of LastUpdateTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
sourceimpl DescribeGlobalSettingsOutput
impl DescribeGlobalSettingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeGlobalSettingsOutput.
Trait Implementations
sourceimpl Clone for DescribeGlobalSettingsOutput
impl Clone for DescribeGlobalSettingsOutput
sourcefn clone(&self) -> DescribeGlobalSettingsOutput
fn clone(&self) -> DescribeGlobalSettingsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeGlobalSettingsOutput
impl Debug for DescribeGlobalSettingsOutput
sourceimpl PartialEq<DescribeGlobalSettingsOutput> for DescribeGlobalSettingsOutput
impl PartialEq<DescribeGlobalSettingsOutput> for DescribeGlobalSettingsOutput
sourcefn eq(&self, other: &DescribeGlobalSettingsOutput) -> bool
fn eq(&self, other: &DescribeGlobalSettingsOutput) -> bool
impl StructuralPartialEq for DescribeGlobalSettingsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeGlobalSettingsOutput
impl Send for DescribeGlobalSettingsOutput
impl Sync for DescribeGlobalSettingsOutput
impl Unpin for DescribeGlobalSettingsOutput
impl UnwindSafe for DescribeGlobalSettingsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more