Class: Aws::Types::DeleteClientVpnRouteRequest

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)


3992
3993
3994
# File 'sig/types.rbs', line 3992

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#destination_cidr_block::String

Returns the value of attribute destination_cidr_block.

Returns:

  • (::String)


3994
3995
3996
# File 'sig/types.rbs', line 3994

def destination_cidr_block
  @destination_cidr_block
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3995
3996
3997
# File 'sig/types.rbs', line 3995

def dry_run
  @dry_run
end

#target_vpc_subnet_id::String

Returns the value of attribute target_vpc_subnet_id.

Returns:

  • (::String)


3993
3994
3995
# File 'sig/types.rbs', line 3993

def target_vpc_subnet_id
  @target_vpc_subnet_id
end