Class: Aws::Types::ClientVpnRoute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


1886
1887
1888
# File 'sig/types.rbs', line 1886

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1892
1893
1894
# File 'sig/types.rbs', line 1892

def description
  @description
end

#destination_cidr::String

Returns the value of attribute destination_cidr.

Returns:

  • (::String)


1887
1888
1889
# File 'sig/types.rbs', line 1887

def destination_cidr
  @destination_cidr
end

#origin::String

Returns the value of attribute origin.

Returns:

  • (::String)


1890
1891
1892
# File 'sig/types.rbs', line 1890

def origin
  @origin
end

#statusTypes::ClientVpnRouteStatus

Returns the value of attribute status.



1891
1892
1893
# File 'sig/types.rbs', line 1891

def status
  @status
end

#target_subnet::String

Returns the value of attribute target_subnet.

Returns:

  • (::String)


1888
1889
1890
# File 'sig/types.rbs', line 1888

def target_subnet
  @target_subnet
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


1893
1894
1895
# File 'sig/types.rbs', line 1893

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1889
1890
1891
# File 'sig/types.rbs', line 1889

def type
  @type
end