Struct aws_sdk_backup::output::UpdateFrameworkOutput [−][src]
#[non_exhaustive]pub struct UpdateFrameworkOutput {
pub framework_name: Option<String>,
pub framework_arn: Option<String>,
pub creation_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.framework_name: Option<String>
The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
framework_arn: Option<String>
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
creation_time: Option<Instant>
The date and time that a framework is created, in Unix format and Coordinated Universal
Time (UTC). The value of CreationTime
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 UpdateFrameworkOutput
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 RefUnwindSafe for UpdateFrameworkOutput
impl Send for UpdateFrameworkOutput
impl Sync for UpdateFrameworkOutput
impl Unpin for UpdateFrameworkOutput
impl UnwindSafe for UpdateFrameworkOutput
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