Struct rusoto_ec2::AllowedPrincipal[][src]

pub struct AllowedPrincipal {
    pub principal: Option<String>,
    pub principal_type: Option<String>,
}

Describes a principal.

Fields

The Amazon Resource Name (ARN) of the principal.

The type of principal.

Trait Implementations

impl Default for AllowedPrincipal
[src]

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

impl Debug for AllowedPrincipal
[src]

Formats the value using the given formatter. Read more

impl Clone for AllowedPrincipal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AllowedPrincipal
[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