Struct rusoto_iam::InstanceProfile [] [src]

pub struct InstanceProfile {
    pub arn: String,
    pub create_date: String,
    pub instance_profile_id: String,
    pub instance_profile_name: String,
    pub path: String,
    pub roles: Vec<Role>,
}

Contains information about an instance profile.

This data type is used as a response element in the following actions:

Fields

The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide.

The date when the instance profile was created.

The stable and unique string identifying the instance profile. For more information about IDs, see IAM Identifiers in the Using IAM guide.

The name identifying the instance profile.

The path to the instance profile. For more information about paths, see IAM Identifiers in the Using IAM guide.

The role associated with the instance profile.

Trait Implementations

impl Default for InstanceProfile
[src]

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

impl Debug for InstanceProfile
[src]

Formats the value using the given formatter.

impl Clone for InstanceProfile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more