Class: Aws::GameLift::Types::CreateVpcPeeringAuthorizationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_peering_authorizationTypes::VpcPeeringAuthorization

Details on the requested VPC peering authorization, including expiration.



1877
1878
1879
1880
1881
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1877

class CreateVpcPeeringAuthorizationOutput < Struct.new(
  :vpc_peering_authorization)
  SENSITIVE = []
  include Aws::Structure
end