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. Read more

impl Clone for Identity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Identity
[src]

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 Send for Identity

impl Sync for Identity