Class: Aws::EC2::Types::OperatorRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::OperatorRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The service provider that manages the resource.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #principal  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The service provider that manages the resource.
 
Instance Attribute Details
#principal ⇒ String
The service provider that manages the resource.
      57077 57078 57079 57080 57081  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57077 class OperatorRequest < Struct.new( :principal) SENSITIVE = [] include Aws::Structure end  |