Class: Aws::EC2::Types::PropagatingVgw

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

Overview

Describes a virtual private gateway propagating route.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_idString

The ID of the virtual private gateway.

Returns:

  • (String)


54158
54159
54160
54161
54162
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54158

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