Struct rusoto_ec2::DescribeIdentityIdFormatRequest [] [src]

pub struct DescribeIdentityIdFormatRequest {
    pub principal_arn: String,
    pub resource: Option<String>,
}

Contains the parameters for DescribeIdentityIdFormat.

Fields

The ARN of the principal, which can be an IAM role, IAM user, or the root user.

The type of resource: instance | reservation | snapshot | volume

Trait Implementations

impl Default for DescribeIdentityIdFormatRequest
[src]

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

impl Debug for DescribeIdentityIdFormatRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeIdentityIdFormatRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more