Class: Aws::EC2::Types::PrincipalIdFormat
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::PrincipalIdFormat
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
PrincipalIdFormat description
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
PrincipalIdFormatARN description.
 - 
  
    
      #statuses  ⇒ Array<Types::IdFormat> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
PrincipalIdFormatStatuses description.
 
Instance Attribute Details
#arn ⇒ String
PrincipalIdFormatARN description
      58774 58775 58776 58777 58778 58779  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 58774 class PrincipalIdFormat < Struct.new( :arn, :statuses) SENSITIVE = [] include Aws::Structure end  | 
  
#statuses ⇒ Array<Types::IdFormat>
PrincipalIdFormatStatuses description
      58774 58775 58776 58777 58778 58779  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 58774 class PrincipalIdFormat < Struct.new( :arn, :statuses) SENSITIVE = [] include Aws::Structure end  |