Class: Aws::IAM::Types::RoleUsageType
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IAM::Types::RoleUsageType
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iam/types.rb
 
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.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Region where the service-linked role is being used.
 - 
  
    
      #resources  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the resource that is using the service-linked role.
 
Instance Attribute Details
#region ⇒ String
The name of the Region where the service-linked role is being used.
      9004 9005 9006 9007 9008 9009  | 
    
      # File 'lib/aws-sdk-iam/types.rb', line 9004 class RoleUsageType < Struct.new( :region, :resources) SENSITIVE = [] include Aws::Structure end  | 
  
#resources ⇒ Array<String>
The name of the resource that is using the service-linked role.
      9004 9005 9006 9007 9008 9009  | 
    
      # File 'lib/aws-sdk-iam/types.rb', line 9004 class RoleUsageType < Struct.new( :region, :resources) SENSITIVE = [] include Aws::Structure end  |