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.

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]

[src]

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

impl Debug for RoleUsageType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RoleUsageType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RoleUsageType

impl Sync for RoleUsageType