Class: Aws::EC2::Types::PropagatingVgw
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PropagatingVgw
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a virtual private gateway propagating route.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_id ⇒ String
The ID of the virtual private gateway.
Instance Attribute Details
#gateway_id ⇒ String
The ID of the virtual private gateway.
58232 58233 58234 58235 58236 |
# File 'lib/aws-sdk-ec2/types.rb', line 58232 class PropagatingVgw < Struct.new( :gateway_id) SENSITIVE = [] include Aws::Structure end |