Class: Aws::EC2::Types::DescribePrincipalIdFormatResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribePrincipalIdFormatResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 - 
  
    
      #principals  ⇒ Array<Types::PrincipalIdFormat> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the ID format settings for the ARN.
 
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
      25365 25366 25367 25368 25369 25370  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 25365 class DescribePrincipalIdFormatResult < Struct.new( :principals, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#principals ⇒ Array<Types::PrincipalIdFormat>
Information about the ID format settings for the ARN.
      25365 25366 25367 25368 25369 25370  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 25365 class DescribePrincipalIdFormatResult < Struct.new( :principals, :next_token) SENSITIVE = [] include Aws::Structure end  |