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]

[src]

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

impl Debug for AllowedPrincipal
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AllowedPrincipal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations