Struct scratchstack_aws_principal::actor::TokenInfo [−][src]
Information about a temporary token.
Fields
token_issue_time: u64
The time that the token was issued, in seconds from the Unix epoch. This provides the ${aws:TokenIssueTime} Aspen policy variable.
token_expire_time: u64
The time that the token will expire, in seconds from the Unix epoch.
Trait Implementations
impl StructuralEq for TokenInfo
[src]
impl StructuralEq for TokenInfo
[src]impl StructuralPartialEq for TokenInfo
[src]
impl StructuralPartialEq for TokenInfo
[src]Auto Trait Implementations
impl RefUnwindSafe for TokenInfo
impl RefUnwindSafe for TokenInfo
impl UnwindSafe for TokenInfo
impl UnwindSafe for TokenInfo