Class: Aws::EC2::Types::CreateCarrierGatewayResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateCarrierGatewayResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#carrier_gateway ⇒ Types::CarrierGateway
Information about the carrier gateway.
Instance Attribute Details
#carrier_gateway ⇒ Types::CarrierGateway
Information about the carrier gateway.
7971 7972 7973 7974 7975 |
# File 'lib/aws-sdk-ec2/types.rb', line 7971 class CreateCarrierGatewayResult < Struct.new( :carrier_gateway) SENSITIVE = [] include Aws::Structure end |