Struct aws_sdk_backup::output::DescribeGlobalSettingsOutput [−][src]
#[non_exhaustive]pub struct DescribeGlobalSettingsOutput {
pub global_settings: Option<HashMap<String, String>>,
pub last_update_time: Option<Instant>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.global_settings: Option<HashMap<String, String>>
The status of the flag isCrossAccountBackupEnabled
.
last_update_time: Option<Instant>
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.
Implementations
Creates a new builder-style object to manufacture DescribeGlobalSettingsOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DescribeGlobalSettingsOutput
impl Sync for DescribeGlobalSettingsOutput
impl Unpin for DescribeGlobalSettingsOutput
impl UnwindSafe for DescribeGlobalSettingsOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more