Struct aws_sdk_dynamodbstreams::model::Identity [−][src]
#[non_exhaustive]pub struct Identity {
pub principal_id: Option<String>,
pub type: Option<String>,
}
Expand description
Contains details about the type of identity that made the request.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.principal_id: Option<String>
A unique identifier for the entity that made the call. For Time To Live, the principalId is "dynamodb.amazonaws.com".
type: Option<String>
The type of the identity. For Time To Live, the type is "Service".
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Identity
impl UnwindSafe for Identity
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