Struct aws_sdk_iam::model::RoleUsageType [−][src]
#[non_exhaustive]pub struct RoleUsageType {
pub region: Option<String>,
pub resources: Option<Vec<String>>,
}
Expand description
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 (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.region: Option<String>
The name of the Region where the service-linked role is being used.
resources: Option<Vec<String>>
The name of the resource that is using the service-linked role.
Implementations
Creates a new builder-style object to manufacture RoleUsageType
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RoleUsageType
impl Send for RoleUsageType
impl Sync for RoleUsageType
impl Unpin for RoleUsageType
impl UnwindSafe for RoleUsageType
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more