Class: Aws::Organizations::Types::DelegatedService
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Organizations::Types::DelegatedService
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-organizations/types.rb
 
Overview
Contains information about the Amazon Web Services service for which the account is a delegated administrator.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delegation_enabled_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date that the account became a delegated administrator for this service.
 - 
  
    
      #service_principal  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of an Amazon Web Services service that can request an operation for the specified service.
 
Instance Attribute Details
#delegation_enabled_date ⇒ Time
The date that the account became a delegated administrator for this service.
      1371 1372 1373 1374 1375 1376  | 
    
      # File 'lib/aws-sdk-organizations/types.rb', line 1371 class DelegatedService < Struct.new( :service_principal, :delegation_enabled_date) SENSITIVE = [] include Aws::Structure end  | 
  
#service_principal ⇒ String
The name of an Amazon Web Services service that can request an operation for the specified service. This is typically in the form of a URL, such as: ‘ servicename.amazonaws.com`.
      1371 1372 1373 1374 1375 1376  | 
    
      # File 'lib/aws-sdk-organizations/types.rb', line 1371 class DelegatedService < Struct.new( :service_principal, :delegation_enabled_date) SENSITIVE = [] include Aws::Structure end  |