#[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 more
sourceimpl 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more