You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IAM::Types::RoleUsageType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#regionString

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

Returns:

  • (String)

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

#resourcesArray<String>

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

Returns:

  • (Array<String>)

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