Struct rusoto_dynamodbstreams::Identity [] [src]

pub struct Identity {
    pub principal_id: Option<String>,
    pub type_: Option<String>,
}

Contains details about the type of identity that made the request.

Fields

A unique identifier for the entity that made the call. For Time To Live, the principalId is "dynamodb.amazonaws.com".

The type of the identity. For Time To Live, the type is "Service".

Trait Implementations

impl Default for Identity
[src]

Returns the "default value" for a type. Read more

impl Debug for Identity
[src]

Formats the value using the given formatter.

impl Clone for Identity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more