Struct rusoto_sts::FederatedUser [] [src]

pub struct FederatedUser {
    pub arn: ArnType,
    pub federated_user_id: FederatedIdType,
}

Identifiers for the federated user that is associated with the credentials.

Fields

The ARN that specifies the federated user that is associated with the credentials. For more information about ARNs and how to use them in policies, see IAM Identifiers in Using IAM.

The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.

Trait Implementations

impl Default for FederatedUser
[src]

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

impl Debug for FederatedUser
[src]

Formats the value using the given formatter.

impl Clone for FederatedUser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more