#[non_exhaustive]pub struct DescribeGlobalSettingsOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl DescribeGlobalSettingsOutput
impl DescribeGlobalSettingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeGlobalSettingsOutput
.
Trait Implementations§
source§impl Clone for DescribeGlobalSettingsOutput
impl Clone for DescribeGlobalSettingsOutput
source§fn clone(&self) -> DescribeGlobalSettingsOutput
fn clone(&self) -> DescribeGlobalSettingsOutput
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 DescribeGlobalSettingsOutput
impl Debug for DescribeGlobalSettingsOutput
source§impl PartialEq<DescribeGlobalSettingsOutput> for DescribeGlobalSettingsOutput
impl PartialEq<DescribeGlobalSettingsOutput> for DescribeGlobalSettingsOutput
source§fn 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 ==
.