#[non_exhaustive]pub struct GenerateServiceLastAccessedDetailsOutput {
pub job_id: Option<String>,
}
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.job_id: Option<String>
The JobId
that you can use in the GetServiceLastAccessedDetails
or GetServiceLastAccessedDetailsWithEntities
operations. The JobId
returned by GenerateServiceLastAccessedDetail
must be used by the same role within a session, or by the same user when used to call GetServiceLastAccessedDetail
.
Implementations
The JobId
that you can use in the GetServiceLastAccessedDetails
or GetServiceLastAccessedDetailsWithEntities
operations. The JobId
returned by GenerateServiceLastAccessedDetail
must be used by the same role within a session, or by the same user when used to call GetServiceLastAccessedDetail
.
Creates a new builder-style object to manufacture GenerateServiceLastAccessedDetailsOutput
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
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