You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DynamoDBStreams::Types::Identity

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#principal_idString

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

Returns:

  • (String)

    A unique identifier for the entity that made the call.

#typeString

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

Returns:

  • (String)

    The type of the identity.