Struct aws_sdk_sagemaker::model::ContextSummary [−][src]
#[non_exhaustive]pub struct ContextSummary {
pub context_arn: Option<String>,
pub context_name: Option<String>,
pub source: Option<ContextSource>,
pub context_type: Option<String>,
pub creation_time: Option<Instant>,
pub last_modified_time: Option<Instant>,
}
Expand description
Lists a summary of the properties of a context. A context provides a logical grouping of other entities.
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.context_arn: Option<String>
The Amazon Resource Name (ARN) of the context.
context_name: Option<String>
The name of the context.
source: Option<ContextSource>
The source of the context.
context_type: Option<String>
The type of the context.
creation_time: Option<Instant>
When the context was created.
last_modified_time: Option<Instant>
When the context was last modified.
Implementations
The Amazon Resource Name (ARN) of the context.
The name of the context.
The source of the context.
The type of the context.
When the context was created.
When the context was last modified.
Creates a new builder-style object to manufacture ContextSummary
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 ContextSummary
impl Send for ContextSummary
impl Sync for ContextSummary
impl Unpin for ContextSummary
impl UnwindSafe for ContextSummary
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