Class: Aws::GameLift::Types::DescribeVpcPeeringAuthorizationsOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DescribeVpcPeeringAuthorizationsOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #vpc_peering_authorizations  ⇒ Array<Types::VpcPeeringAuthorization> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
 
Instance Attribute Details
#vpc_peering_authorizations ⇒ Array<Types::VpcPeeringAuthorization>
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
      4771 4772 4773 4774 4775  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 4771 class DescribeVpcPeeringAuthorizationsOutput < Struct.new( :vpc_peering_authorizations) SENSITIVE = [] include Aws::Structure end  |