Class: Aws::Types::AwsEc2VpnConnectionOptionsDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#static_routes_onlyBoolean

Returns the value of attribute static_routes_only.

Returns:

  • (Boolean)


1984
1985
1986
# File 'sig/types.rbs', line 1984

def static_routes_only
  @static_routes_only
end

#tunnel_options::Array[Types::AwsEc2VpnConnectionOptionsTunnelOptionsDetails]

Returns the value of attribute tunnel_options.



1985
1986
1987
# File 'sig/types.rbs', line 1985

def tunnel_options
  @tunnel_options
end