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)


4128
4129
4130
# File 'sig/types.rbs', line 4128

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#destination_cidr_block::String

Returns the value of attribute destination_cidr_block.

Returns:

  • (::String)


4130
4131
4132
# File 'sig/types.rbs', line 4130

def destination_cidr_block
  @destination_cidr_block
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4131
4132
4133
# File 'sig/types.rbs', line 4131

def dry_run
  @dry_run
end

#target_vpc_subnet_id::String

Returns the value of attribute target_vpc_subnet_id.

Returns:

  • (::String)


4129
4130
4131
# File 'sig/types.rbs', line 4129

def target_vpc_subnet_id
  @target_vpc_subnet_id
end