Struct rusoto_iam::RoleUsageType[][src]

pub struct RoleUsageType {
    pub region: Option<String>,
    pub resources: Option<Vec<String>>,
}

An object that contains details about how a service-linked role is used, if that information is returned by the service.

This data type is used as a response element in the GetServiceLinkedRoleDeletionStatus operation.

Fields

The name of the region where the service-linked role is being used.

The name of the resource that is using the service-linked role.

Trait Implementations

impl Default for RoleUsageType
[src]

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

impl Debug for RoleUsageType
[src]

Formats the value using the given formatter. Read more

impl Clone for RoleUsageType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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