Struct rusoto_iam::RoleDetail [] [src]

pub struct RoleDetail {
    pub arn: Option<ArnType>,
    pub assume_role_policy_document: Option<PolicyDocumentType>,
    pub attached_managed_policies: Option<AttachedPoliciesListType>,
    pub create_date: Option<DateType>,
    pub instance_profile_list: Option<InstanceProfileListType>,
    pub path: Option<PathType>,
    pub role_id: Option<IdType>,
    pub role_name: Option<RoleNameType>,
    pub role_policy_list: Option<PolicyDetailListType>,
}

Contains information about an IAM role, including all of the role's policies.

This data type is used as a response element in the GetAccountAuthorizationDetails action.

Fields

The trust policy that grants permission to assume the role.

A list of managed policies attached to the role. These policies are the role's access (permissions) policies.

The date and time, in ISO 8601 date-time format, when the role was created.

A list of instance profiles that contain this role.

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

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

The friendly name that identifies the role.

A list of inline policies embedded in the role. These policies are the role's access (permissions) policies.

Trait Implementations

impl Default for RoleDetail
[src]

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

impl Debug for RoleDetail
[src]

Formats the value using the given formatter.

impl Clone for RoleDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more