Class: Aws::GameLift::Types::CreateVpcPeeringAuthorizationOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::CreateVpcPeeringAuthorizationOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #vpc_peering_authorization  ⇒ Types::VpcPeeringAuthorization 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details on the requested VPC peering authorization, including expiration.
 
Instance Attribute Details
#vpc_peering_authorization ⇒ Types::VpcPeeringAuthorization
Details on the requested VPC peering authorization, including expiration.
      3069 3070 3071 3072 3073  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3069 class CreateVpcPeeringAuthorizationOutput < Struct.new( :vpc_peering_authorization) SENSITIVE = [] include Aws::Structure end  |